Merge pull request #38 from beastaugh/atom

Put post publication timestamp into an atom:published field rather than an atom:updated field
This commit is contained in:
Jasper Van der Jeugt 2011-08-30 07:47:52 -07:00
commit bf4115eb0f

View file

@ -2,6 +2,6 @@
<title>$title$</title>
<link href="$root$$url$" />
<id>$root$$url$</id>
<updated>$timestamp$</updated>
<published>$timestamp$</published>
<summary type="html"><![CDATA[$description$]]></summary>
</entry>