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>
|
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue