forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1{% extends "base.html" %}
2
3{% block head_title %}Bluesky{% endblock %}
4
5{% block html_head_extra -%}
6 <meta property="og:title" content="Bluesky" />
7 <meta name="twitter:title" content="Bluesky" />
8
9 <meta name="description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." />
10 <meta name="og:description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." />
11 <meta name="twitter:description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." />
12
13 <meta property="og:url" content="https://bsky.app" />
14 <meta name="twitter:url" content="https://bsky.app" />
15 <link rel="canonical" href="https://bsky.app" />
16
17 <meta property="og:image" content="https://bsky.app/static/social-card-default-gradient.png" />
18 <meta property="twitter:image" content="https://bsky.app/static/social-card-default-gradient.png" />
19
20 <meta name="twitter:card" content="summary_large_image" />
21{%- endblock %}
22
23{% block noscript_extra %}
24<p>This is the home page.
25{% endblock %}