Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Link type not link rel

+1 -1
+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 + <link type="application/activity+json" href="" /> 219 219 220 220 {% block html_head_extra -%}{%- endblock %} 221 221 </head>