Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add link header to improve apple messages previews (#2897)

authored by

Paul Frazee and committed by
GitHub
4a841746 a2f462e2

+1
+1
bskyweb/templates/base.html
··· 215 215 <meta name="application-name" content="Bluesky"> 216 216 <meta name="generator" content="bskyweb"> 217 217 <meta property="og:site_name" content="Bluesky Social" /> 218 + <link rel="application/activity+json" href="" /> 218 219 219 220 {% block html_head_extra -%}{%- endblock %} 220 221 </head>