diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-12-30 03:56:53 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-12-30 03:57:48 +0100 |
commit | 7516ffd1a1598701ec6ba1a2edf9d50836ba51a1 (patch) | |
tree | 6cc82bd52c586b25ab7403ccbfb3b6b1d60b8e75 /sublab_project/templates | |
parent | 8d7103f5d53c31f40bf6725a2923046e664eca57 (diff) |
Add newsfeed
Diffstat (limited to 'sublab_project/templates')
-rw-r--r-- | sublab_project/templates/base.html | 5 |
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> |