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> <author>{$config.author}</author>
<guid isPermaLink="true">{$config.domain}/posts/{$post.slug}.{$config.pageExt}</guid> <guid isPermaLink="true">{$config.domain}/posts/{$post.slug}.{$config.pageExt}</guid>
{foreach $tag in $post.tags} {foreach $tag in $post.tags}
<category><![CDATA[ {$tag} ]]></category> <category><![CDATA[ {$tag.name |noAutoescape} ]]></category>
{/foreach} {/foreach}
<description><![CDATA[ {$post.text |noAutoescape} ]]></description> <description><![CDATA[ {$post.text |noAutoescape} ]]></description>
</item> </item>