2023-03-14 21:00:44 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block head_title %}Bluesky{% endblock %}
|
|
|
|
|
2023-05-08 22:03:03 +02:00
|
|
|
{% block html_head_extra -%}
|
2023-05-11 17:41:47 +02:00
|
|
|
<meta name="description" content="See what's next."/>
|
|
|
|
<meta property="og:type" content="website"/>
|
2023-05-08 22:03:03 +02:00
|
|
|
<meta property="og:title" content="Bluesky Social"/>
|
|
|
|
<meta property="og:description" content="See what's next."/>
|
2023-05-11 17:41:47 +02:00
|
|
|
<meta property="og:image" content="/static/social-card-default.png"/>
|
|
|
|
<meta name="twitter:card" content="summary"/>
|
2023-05-08 22:03:03 +02:00
|
|
|
<meta name="twitter:site" content="@bluesky"/>
|
|
|
|
{%- endblock %}
|
|
|
|
|
2023-03-14 21:00:44 +01:00
|
|
|
{% block noscript_extra %}
|
|
|
|
<p>This is the home page.
|
|
|
|
{% endblock %}
|