summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/templates/base.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/askbot/templates/base.html b/askbot/templates/base.html
index 4646a3a0..c65d690e 100644
--- a/askbot/templates/base.html
+++ b/askbot/templates/base.html
@@ -12,6 +12,12 @@
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="{{ settings.SITE_FAVICON|media }}" />
+ <link
+ rel="alternate"
+ type="application/rss+xml"
+ title="{% trans site_title=settings.APP_SHORT_NAME %}RSS feed from {{ site_title }}{% endtrans %}"
+ href="{{ settings.APP_URL }}{% url "latest_questions_feed" %}"
+ />
{% block before_css %}{% endblock %}
{% include "meta/html_head_stylesheets.html" %}
{% include "meta/fonts.html" %}