summaryrefslogtreecommitdiff
path: root/data/templates/atom.xml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-01-24 13:30:09 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-01-24 13:30:09 +0100
commita1d8f4f3f8ee400d1d4bdc0427f8d77b61b8ff8d (patch)
treee74009a6b9b0ce6c4dc0e3fc29b16790094ad797 /data/templates/atom.xml
parent69f15f55ee422a71f62d29046f82bed4e2101dd4 (diff)
downloadhakyll-a1d8f4f3f8ee400d1d4bdc0427f8d77b61b8ff8d.tar.gz
Update data files
Diffstat (limited to 'data/templates/atom.xml')
-rw-r--r--data/templates/atom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/atom.xml b/data/templates/atom.xml
index a0b30ef..a2b7a2b 100644
--- a/data/templates/atom.xml
+++ b/data/templates/atom.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>$title</title>
- <link href="$absolute/$url" rel="self" />
- <link href="$absolute" />
- <id>$absolute/$url</id>
+ <link href="$root$url" rel="self" />
+ <link href="$root" />
+ <id>$root$url</id>
<author>
<name>$authorName</name>
</author>