Some style tweaks and adding tags to RSS

master
Nick Sergeant 2012-08-27 12:13:22 -04:00
parent 65bda44f17
commit 688501d50d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
<title>{{ snipt.title }}</title>
<link>{{ snipt.get_full_absolute_url }}</link>
<description><![CDATA[{{ snipt.stylized|safe }}]]></description>
<tags>{% for tag in snipt.tags.all %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %}</tags>
<pubDate>{{ snipt.created|date:"r" }}</pubDate>
<guid isPermaLink="false">snipt-net-{{ snipt.id }}</guid>
</item>