Changeset - f24a2fc033a3
[Not reviewed]
0 0 2
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-05 14:52:05
bkuhn@ebb.org
Added omnibus feed templates. Without these, the feed seemed to work, but
the description text was not appearing.
2 files changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/feeds/omnibus_description.html
Show inline comments
 
new file 100644
 
{% 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  %}
www/conservancy/templates/feeds/omnibus_title.html
Show inline comments
 
new file 100644
 
{% include obj.omnibus_feed_title_template  %}
0 comments (0 inline, 0 general)