website/www/conservancy/templates/feeds/omnibus_description.html
Bradley M. Kuhn f24a2fc033 Added omnibus feed templates. Without these, the feed seemed to work, but
the description text was not appearing.
2010-10-05 10:52:05 -04:00

10 lines
535 B
HTML

{% ifequal obj.omnibus_type "news" %}
<p><i>A <a href="http://{{ site }}/news/">news item</a> from Software Freedom Conservancy.</i></p>
{% endifequal %}
{% ifequal obj.omnibus_type "event" %}
<p><i>An <a href="http://{{ site }}/events/">upcoming event</a> related to the Software Freedom Conservancy.</i></p>
{% endifequal %}
{% ifequal obj.omnibus_type "blog" %}
<p><i>An <a href="http://{{ site }}/blog/">blog post</a> from Software Freedom Conservancy.</i></p>
{% endifequal %}
{% include obj.omnibus_feed_description_template %}