Skip to content

Commit

Permalink
added tags in rss
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Jul 3, 2015
1 parent 6750568 commit d8fb65c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions atom.xml
Expand Up @@ -17,11 +17,10 @@ layout: null

{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<title>{{ post.title }} {% for tag in post.tags %} #{{ tag }} {% endfor %}</title>
<link href="{{ site.url }}/{{ site.baseurl }}/{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
<tags>{% for tag in post.tags %} {{ tag }} {% endfor %}</tags>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}
Expand Down

0 comments on commit d8fb65c

Please sign in to comment.