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}
<entry>
<link type="text/html" rel="alternate" href="$post.url"/>
<link type="text/html" rel="alternate" href="{$post.url}"/>
<title>{$post.title}</title>
<published>{$post.date}</published>
<updated>{$post.date}</updated>