summaryrefslogtreecommitdiff
path: root/data/templates/rss.xml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-03-01 14:50:41 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-03-01 14:50:41 +0100
commit90b25105830d6e4b0943ab55f9317bd142533acf (patch)
tree6eefb80a8a84724e70539dd8fa449530f7b17fe0 /data/templates/rss.xml
parent8ef5a3ed0307be5d34a9564d02af3ed494f8e228 (diff)
parent8b727b994d482d593046f9b01a5c40b97c166d62 (diff)
downloadhakyll-90b25105830d6e4b0943ab55f9317bd142533acf.tar.gz
Merge branch 'hakyll3'
Conflicts: hakyll.cabal src/Text/Hakyll/Tags.hs
Diffstat (limited to 'data/templates/rss.xml')
-rw-r--r--data/templates/rss.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/templates/rss.xml b/data/templates/rss.xml
index bbdfc7e..d2f3915 100644
--- a/data/templates/rss.xml
+++ b/data/templates/rss.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>$title</title>
- <link>$absolute</link>
- <description><![CDATA[$description]]></description>
- <atom:link href="$absolute/$url" rel="self"
+ <title>$title$</title>
+ <link>$root$</link>
+ <description><![CDATA[$description$]]></description>
+ <atom:link href="$root$$url$" rel="self"
type="application/rss+xml" />
- <lastBuildDate>$timestamp</lastBuildDate>
- $body
+ <lastBuildDate>$timestamp$</lastBuildDate>
+ $body$
</channel>
</rss>