summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/apps/room/rss2.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/apps/room/rss2.xml b/src/templates/apps/room/rss2.xml
index 7d846db..a4a3254 100644
--- a/src/templates/apps/room/rss2.xml
+++ b/src/templates/apps/room/rss2.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
{% load prefix %}
<rss version="2.0"
+ xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
@@ -9,6 +10,7 @@
<!-- {{tags}} -->
<lastBuildDate>{{date}}</lastBuildDate>
<link>{{baseurl}}/room/+{{tags}}</link>
+ <atom:link rel="self">{{baseurl}}/room/+{{tags}}.rss</atom:link>
{% if rooms %}
{% for room in rooms %}
<item>