Merge pull request #65 from xuv/master

added category tag to RSS entry
This commit is contained in:
Michael Rose 2014-05-14 10:46:57 -04:00
commit be76bf2daf

View file

@ -29,6 +29,7 @@ layout: none
<uri>{{ site.url }}</uri>
<email>{{ site.owner.email }}</email>
</author>
{% for tag in post.tags %}<category scheme="{{ site.url }}/tags/#{{ tag | uri_escape }}" term="{{ tag }}" />{% endfor %}
<content type="html">{{ post.content | xml_escape }}
&lt;p&gt;&lt;a href=&quot;{{ site.url }}{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt; was originally published by {{ site.owner.name }} at &lt;a href=&quot;{{ site.url }}&quot;&gt;{{ site.title }}&lt;/a&gt; on {{ post.date | date: "%B %d, %Y" }}.&lt;/p&gt;</content>
</entry>