master
Nick Sergeant 2012-05-15 14:58:59 -04:00
parent 714ebb9255
commit 4b46b4a17c
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@
<item>
<title>{{ snipt.title }}</title>
<link>{{ snipt.get_full_absolute_url }}</link>
<description><![CDATA[{{ snipt.code }}]]></description>
{% if snipt.user.username == 'blog' %}
<description>{{ snipt.stylized }}</description>
{% else %}
<description><![CDATA[{{ snipt.code }}]]></description>
{% endif %}
<pubDate>{{ snipt.created|date:"r" }}</pubDate>
<guid isPermaLink="false">snipt-net-{{ snipt.id }}</guid>
</item>{% endfor %}