Link to app.bsky.actor.profile record in link rel=alternate (#6046)

This disambiguates ATProto identities from Bluesky profiles
This commit is contained in:
charlotte ✨
2024-11-01 01:56:25 +00:00
committed by GitHub
parent 193954d401
commit 68bb451051
+1 -1
View File
@@ -37,7 +37,7 @@
{%- if requestHost %}
<link rel="alternate" type="application/rss+xml" href="https://{{ requestHost }}/profile/{{ profileView.Did }}/rss">
{% endif %}
<link rel="alternate" href="at://{{ profileView.Did }}" />
<link rel="alternate" href="at://{{ profileView.Did }}/app.bsky.actor.profile/self" />
{% endif -%}
{%- endblock %}