Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add categories/tags in atom feed
  • Loading branch information
brian committed Nov 30, 2011
commit ef18a78b26b30aadbb420293f99e350c9d772fcc
5 changes: 4 additions & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ layout: nil
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://pullrequest.org{{ post.id }}</id>
<content type="html">{{ post.content | strip_html | truncatewords:50 }}</content>
</entry>
{% for tag in post.tags %}
<category domain="http://pullrequest.org/tags.html#{{ tag }}">{{ tag }}</category>
{% endfor %}
</entry>
{% endfor %}

</feed>