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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/rss.xml b/data/templates/rss.xml
index bbdfc7e..36f3abd 100644
--- a/data/templates/rss.xml
+++ b/data/templates/rss.xml
@@ -2,9 +2,9 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>$title</title>
- <link>$absolute</link>
+ <link>$root</link>
<description><![CDATA[$description]]></description>
- <atom:link href="$absolute/$url" rel="self"
+ <atom:link href="$root$url" rel="self"
type="application/rss+xml" />
<lastBuildDate>$timestamp</lastBuildDate>
$body