Add AT URIs as alternate links (#6033)

This commit is contained in:
Tom Sherman
2024-11-01 00:31:29 +00:00
committed by GitHub
parent 1b69ecb57a
commit 193954d401
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -37,6 +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 }}" />
{% endif -%}
{%- endblock %}