summaryrefslogtreecommitdiff
path: root/data/templates/atom-item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/atom-item.xml')
-rw-r--r--data/templates/atom-item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/atom-item.xml b/data/templates/atom-item.xml
index 10d9b79..6d0e28f 100644
--- a/data/templates/atom-item.xml
+++ b/data/templates/atom-item.xml
@@ -1,7 +1,7 @@
<entry>
<title>$title</title>
- <link href="$absolute/$url" />
- <id>$absolute/$url</id>
+ <link href="$root$url" />
+ <id>$root$url</id>
<updated>$timestamp</updated>
<summary type="html"><![CDATA[$description]]></summary>
</entry>