about summary refs log tree commit diff
path: root/bskyweb/templates/profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'bskyweb/templates/profile.html')
-rw-r--r--bskyweb/templates/profile.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/bskyweb/templates/profile.html b/bskyweb/templates/profile.html
index 71c100327..551dc15a6 100644
--- a/bskyweb/templates/profile.html
+++ b/bskyweb/templates/profile.html
@@ -34,7 +34,9 @@
   {% endif %}
   <meta name="twitter:label1" content="Account DID">
   <meta name="twitter:value1" content="{{ profileView.Did }}">
-  <link rel="alternate" type="application/rss+xml" href="/profile/{{ profileView.Did }}/rss">
+  {%- if requestHost %}
+  <link rel="alternate" type="application/rss+xml" href="https://{{ requestHost }}/profile/{{ profileView.Did }}/rss">
+  {% endif %}
 {% endif -%}
 {%- endblock %}