2010-10-05 14:52:05 +00:00
|
|
|
{% ifequal obj.omnibus_type "news" %}
|
2013-04-26 16:48:19 +00:00
|
|
|
<p><i>A <a href="https://{{ site }}/news/">news item</a> from Software Freedom Conservancy.</i></p>
|
2010-10-05 14:52:05 +00:00
|
|
|
{% endifequal %}
|
|
|
|
{% ifequal obj.omnibus_type "event" %}
|
2013-04-26 16:48:19 +00:00
|
|
|
<p><i>An <a href="https://{{ site }}/events/">upcoming event</a> related to the Software Freedom Conservancy.</i></p>
|
2010-10-05 14:52:05 +00:00
|
|
|
{% endifequal %}
|
|
|
|
{% ifequal obj.omnibus_type "blog" %}
|
2013-04-26 16:48:19 +00:00
|
|
|
<p><i>A <a href="https://{{ site }}/blog/">blog post</a> from Software Freedom Conservancy.</i></p>
|
2010-10-05 14:52:05 +00:00
|
|
|
{% endifequal %}
|
|
|
|
{% include obj.omnibus_feed_description_template %}
|