mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
added category tag to RSS entry
This commit is contained in:
parent
657658ffc0
commit
8c22f9a24c
1 changed files with 1 additions and 0 deletions
1
feed.xml
1
feed.xml
|
@ -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 | cgi_encode }}" term="{{ tag }}" />{% endfor %}
|
||||
<content type="html">{{ post.content | xml_escape }}
|
||||
<p><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p></content>
|
||||
</entry>
|
||||
|
|
Loading…
Reference in a new issue