summaryrefslogtreecommitdiff
path: root/data/templates/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/rss.xml')
-rw-r--r--data/templates/rss.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/templates/rss.xml b/data/templates/rss.xml
index 3a58d08..cbf0b16 100644
--- a/data/templates/rss.xml
+++ b/data/templates/rss.xml
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf8"?>
-<rss version="2.0">
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>$title</title>
<link>$absolute</link>
<description>$description</description>
+ <atom:link href="$absolute/$url" rel="self"
+ type="application/rss+xml" />
+ <lastBuildDate>$timestamp</lastBuildDate>
$body
</channel>
</rss>