about summary refs log tree commit diff stats
path: root/themes/bear/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/base.html')
-rw-r--r--themes/bear/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bear/templates/base.html b/themes/bear/templates/base.html
index 7fa1991..e3e68b4 100644
--- a/themes/bear/templates/base.html
+++ b/themes/bear/templates/base.html
@@ -8,7 +8,7 @@
   <meta name="referrer" content="no-referrer-when-downgrade">
   {%- if config.generate_feed %}
   {% block rss -%}
-  <link rel="alternate" type={% if config.feed_filename == "atom.xml" %}"application/atom+xml"{% else %}"application/rss+xml"{% endif %} title="{{ config.title }}" href="{{ get_url(path=config.feed_filename) | safe }}">
+  <link rel="alternate" type={% if config.feed_filename == "atom.xml" %}"application/atom+xml"{% else %}"application/rss+xml"{% endif %} title="{{ config.title }}" href="/{{ config.feed_filename }}">
   {%- endblock -%}
   {%- endif %}
   <style>