We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d77b31 + ef18a78 commit dd8b0dcCopy full SHA for dd8b0dc
atom.xml
@@ -21,7 +21,10 @@ layout: nil
21
<updated>{{ post.date | date_to_xmlschema }}</updated>
22
<id>http://pullrequest.org{{ post.id }}</id>
23
<content type="html">{{ post.content | strip_html | truncatewords:50 }}</content>
24
- </entry>
+ {% for tag in post.tags %}
25
+ <category domain="http://pullrequest.org/tags.html#{{ tag }}">{{ tag }}</category>
26
+ {% endfor %}
27
+</entry>
28
{% endfor %}
29
30
</feed>
0 commit comments