hakyll/data/templates/rss.xml
2015-02-20 15:02:42 -05:00

13 lines
466 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>$title$</title>
<link>$root$</link>
<description><![CDATA[$description$]]></description>
<atom:link href="$root$$url$" rel="self"
type="application/rss+xml" />
<lastBuildDate>$updated$</lastBuildDate>
$body$
</channel>
</rss>