summaryrefslogtreecommitdiff
path: root/sublab_project/templates/base.html
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-12-30 03:56:53 +0100
committerChristian Franke <nobody@nowhere.ws>2011-12-30 03:57:48 +0100
commit7516ffd1a1598701ec6ba1a2edf9d50836ba51a1 (patch)
tree6cc82bd52c586b25ab7403ccbfb3b6b1d60b8e75 /sublab_project/templates/base.html
parent8d7103f5d53c31f40bf6725a2923046e664eca57 (diff)
Add newsfeed
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>