Minor tweak to the RSS template.
This commit is contained in:
parent
5f75afde21
commit
04619d57ad
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<author>{$config.author}</author>
|
||||
<guid isPermaLink="true">{$config.domain}/posts/{$post.slug}.{$config.pageExt}</guid>
|
||||
{foreach $tag in $post.tags}
|
||||
<category><![CDATA[ {$tag} ]]></category>
|
||||
<category><![CDATA[ {$tag.name |noAutoescape} ]]></category>
|
||||
{/foreach}
|
||||
<description><![CDATA[ {$post.text |noAutoescape} ]]></description>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue