Fix RSS template thinkos.

This commit is contained in:
Brit Butler 2012-08-22 00:01:39 -04:00
parent f4d97379fc
commit 4752370bd5

View file

@ -23,7 +23,8 @@
<guid isPermaLink="true">{$siteroot}/{$post.url}</guid>
<content:encoded>{$post.content |noAutoescape}</content:encoded>
</item>
{% endfor %}
{/foreach}
</channel>
</rss>
{/template}