summaryrefslogtreecommitdiff
path: root/_site_build/feed/index.html
diff options
context:
space:
mode:
Diffstat (limited to '_site_build/feed/index.html')
-rw-r--r--_site_build/feed/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/_site_build/feed/index.html b/_site_build/feed/index.html
index e5ef11f..2dcbc06 100644
--- a/_site_build/feed/index.html
+++ b/_site_build/feed/index.html
@@ -26,6 +26,9 @@ layout: nil
<author>{{ site.email }} ({{ site.author }})</author>
{% endif %}
<description>{{ post.content | text_excerpt | xml_escape }}</description>
+ {% for category in post.categories %}
+ <category>{{ category }}</category>
+ {% endfor %}
</item>
{% endfor %}
</channel>