summaryrefslogtreecommitdiff
path: root/sublab_project/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'sublab_project/templates/base.html')
-rw-r--r--sublab_project/templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html
index 7499645..074dec9 100644
--- a/sublab_project/templates/base.html
+++ b/sublab_project/templates/base.html
@@ -17,6 +17,11 @@
<link rel="stylesheet" href="{{ STATIC_URL }}autogen/trieste.status.css" type="text/css">
<link rel="stylesheet" href="{{ STATIC_URL }}autogen/nautilus.status.css" type="text/css">
<link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.png">
+
+ {% block feeds %}
+ <link rel="alternate" type="application/atom+xml" title="sublab.org News (atom)" href="{% url news_feed_atom %}">
+ <link rel="alternate" type="application/rss+xml" title="sublab.org News (rss)" href="{% url news_feed %}">
+ {% endblock feeds %}
</head>
<body>