diff options
author | Leif Johansson <leifj@sunet.se> | 2011-05-13 11:15:32 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-05-13 11:15:32 +0200 |
commit | 3bb6c880d2d0476245cfe7bf8afa579e4ee5ba11 (patch) | |
tree | b890373234e94c3630660b84a7bbdf961c2ec7c9 /src/templates/apps/room/list.html | |
parent | 3b80bf37445404bed158f45daf240aaa5599453e (diff) |
replace hand-drawn feeds with the django syndication framework
Diffstat (limited to 'src/templates/apps/room/list.html')
-rw-r--r-- | src/templates/apps/room/list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index 6900a6d..f529650 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -17,6 +17,7 @@ {% block meta %} {% if tags %} <link rel="alternate" type="application/rss+xml" title="{{title}} (RSS 2.0)" href="{% prefix %}/room/+{{tags}}.rss" /> +<link rel="alternate" type="application/atom+xml" title="{{title}} (ATOM 1.0)" href="{% prefix %}/room/+{{tags}}.atom" /> {% endif %} {% endblock %} {% block content %} |