Minor tweak to the RSS template.

This commit is contained in:
Brit Butler 2014-04-28 14:17:41 -04:00
parent 5f75afde21
commit 04619d57ad

View file

@ -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>