···11{% extends "base.html" %}
2233-{% block head_title %}Bluesky{% endblock %}
33+{% block head_title %}Catsky{% endblock %}
4455{% block html_head_extra -%}
66- <meta property="og:title" content="Bluesky" />
77- <meta name="twitter:title" content="Bluesky" />
66+ <meta property="og:title" content="Catsky" />
77+ <meta name="twitter:title" content="Catsky" />
8899- <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." />
1010- <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." />
1111- <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." />
99+ <meta name="description" content="mrrp mrrowww media as it should be. find your meowmunity among hundreds of cats, unleash your meows, and have some fun again :3" />
1010+ <meta name="og:description" content="mrrp mrrowww media as it should be. find your meowmunity among hundreds of cats, unleash your meows, and have some fun again :3" />
1111+ <meta name="twitter:description" content="mrrp mrrowww media as it should be. find your meowmunity among hundreds of cats, unleash your meows, and have some fun again :3" />
12121313- <meta property="og:url" content="https://bsky.app" />
1414- <meta name="twitter:url" content="https://bsky.app" />
1515- <link rel="canonical" href="https://bsky.app" />
1313+ <meta property="og:url" content="https://catsky.social" />
1414+ <meta name="twitter:url" content="https://catsky.social" />
1515+ <link rel="canonical" href="https://catsky.social" />
16161717- <meta property="og:image" content="https://bsky.app/static/social-card-default-gradient.png" />
1818- <meta property="twitter:image" content="https://bsky.app/static/social-card-default-gradient.png" />
1717+ <meta property="og:image" content="https://pds.tgirl.cloud/xrpc/com.atproto.sync.getBlob?did=did:plc:ctg5hooybw3rquejsfebsegs&cid=bafkreianap3iqgxlifqssuhut2ggiuitpmltw3lfvzq7tnzbsv26npzfxq" />
1818+ <meta property="twitter:image" content="https://pds.tgirl.cloud/xrpc/com.atproto.sync.getBlob?did=did:plc:ctg5hooybw3rquejsfebsegs&cid=bafkreianap3iqgxlifqssuhut2ggiuitpmltw3lfvzq7tnzbsv26npzfxq" />
19192020 <meta name="twitter:card" content="summary_large_image" />
2121{%- endblock %}
+3-3
bskyweb/templates/post.html
···2233{% block head_title %}
44{%- if postView -%}
55- @{{ postView.Author.Handle }} on Bluesky
55+ @{{ postView.Author.Handle }} on Catsky
66{%- elif requiresAuth and profileHandle -%}
77- @{{ profileHandle }} on Bluesky
77+ @{{ profileHandle }} on Catsky
88{%- else -%}
99- Bluesky
99+ Catsky
1010{%- endif -%}
1111{% endblock %}
1212