templates/feeds/all_description.html @ 86efdd0bd8ca

Reduce the number of items in the RSS feed to five.
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Jun 2009 01:41:47 -0400
parents 3a51bfa414da
children 437ca7fc2910
{% load markup %}

{% ifequal obj.type 'photoblog' %}
    <img src="{{ obj.item.original_image.url }}" />
{% endifequal %}

{{ obj.item.body|markdown }}