Fix ATOM template bug.

This commit is contained in:
Brit Butler 2012-08-30 00:07:07 -04:00
parent c5c66bdc42
commit 221cc111c1

View file

@ -14,7 +14,7 @@
{foreach $post in $posts} {foreach $post in $posts}
<entry> <entry>
<link type="text/html" rel="alternate" href="$post.url"/> <link type="text/html" rel="alternate" href="{$post.url}"/>
<title>{$post.title}</title> <title>{$post.title}</title>
<published>{$post.date}</published> <published>{$post.date}</published>
<updated>{$post.date}</updated> <updated>{$post.date}</updated>