summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/plt/rss.xml')
-rw-r--r--src/pyssg/plt/rss.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pyssg/plt/rss.xml b/src/pyssg/plt/rss.xml
index 99b2b49..0426580 100644
--- a/src/pyssg/plt/rss.xml
+++ b/src/pyssg/plt/rss.xml
@@ -29,10 +29,10 @@
<guid isPermaLink="true">{{p.url}}</guid>
<pubDate>{{p.cdate_rss}}</pubDate>
{%for t in p.tags%}
- <category>{{t[0]}}</category>
+ <category>{{t[0].lower().capitalize()}}</category>
{%endfor%}
<description>{{p.summary}}</description>
- <content:decoded><![CDATA[{{p.content}}]]></content:decoded>
+ <content:encoded><![CDATA[{{p.content}}]]></content:encoded>
</item>
{%endfor%}
</channel>