Put post publication timestamp into atom:published field rather than atom:updated.

This commit is contained in:
Benedict Eastaugh 2011-08-30 14:32:21 +01:00
parent de01fdf9dd
commit de84d7e9ea

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>