Fix ATOM template bug.
This commit is contained in:
parent
c5c66bdc42
commit
221cc111c1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue