Merge pull request #421 from kasyaar:master

added categories into xml feed
This commit is contained in:
Dmitry Kasimtsev 2012-12-17 02:09:02 -05:00 committed by Parker Moore
parent 1d737a45c8
commit ecc3c05afe

View File

@ -7,3 +7,4 @@
<link href="{{ title_url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
{% for category in post.categories %}<category term="{{ category }}" />{% endfor %}