diff options
Diffstat (limited to 'bskyweb/templates/profile.html')
-rw-r--r-- | bskyweb/templates/profile.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyweb/templates/profile.html b/bskyweb/templates/profile.html index 551dc15a6..cee8bae6a 100644 --- a/bskyweb/templates/profile.html +++ b/bskyweb/templates/profile.html @@ -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 %} |