diff --git a/atom.xml b/atom.xml index 8ef1a1c..a564a0f 100644 --- a/atom.xml +++ b/atom.xml @@ -21,7 +21,10 @@ layout: nil {{ post.date | date_to_xmlschema }} http://pullrequest.org{{ post.id }} {{ post.content | strip_html | truncatewords:50 }} - + {% for tag in post.tags %} + {{ tag }} + {% endfor %} + {% endfor %}