summaryrefslogtreecommitdiff
path: root/data/templates/atom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/atom.xml')
-rw-r--r--data/templates/atom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/templates/atom.xml b/data/templates/atom.xml
index a2b7a2b..5a7c0cf 100644
--- a/data/templates/atom.xml
+++ b/data/templates/atom.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <title>$title</title>
- <link href="$root$url" rel="self" />
- <link href="$root" />
- <id>$root$url</id>
+ <title>$title$</title>
+ <link href="$root$$url$" rel="self" />
+ <link href="$root$" />
+ <id>$root$$url$</id>
<author>
- <name>$authorName</name>
+ <name>$authorName$</name>
</author>
- <updated>$timestamp</updated>
- $body
+ <updated>$timestamp$</updated>
+ $body$
</feed>