about summary refs log tree commit diff
path: root/bskyweb/templates/home.html
blob: 0677b91578b4894f45b59dbbce0a3a30cbb10213 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "base.html" %}

{% block head_title %}Bluesky{% endblock %}

{% block html_head_extra -%}
  <meta name="description" content="See what's next."/>
  <meta property="og:type" content="website"/>
  <meta property="og:title" content="Bluesky Social"/>
  <meta property="og:description" content="See what's next."/>
  <meta property="og:image" content="/static/social-card-default.png"/>
  <meta name="twitter:card" content="summary"/>
  <meta name="twitter:site" content="@bluesky"/>
{%- endblock %}

{% block noscript_extra %}
<p>This is the home page.
{% endblock %}