From 688501d50d145d401dc7d9908c4c0721bb9c8ef5 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 27 Aug 2012 12:13:22 -0400 Subject: [PATCH] Some style tweaks and adding tags to RSS --- blogs/templates/blogs/themes/default/rss.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/blogs/templates/blogs/themes/default/rss.xml b/blogs/templates/blogs/themes/default/rss.xml index 9231053..e56bd56 100644 --- a/blogs/templates/blogs/themes/default/rss.xml +++ b/blogs/templates/blogs/themes/default/rss.xml @@ -31,6 +31,7 @@ {{ snipt.title }} {{ snipt.get_full_absolute_url }} + {% for tag in snipt.tags.all %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %} {{ snipt.created|date:"r" }} snipt-net-{{ snipt.id }}