diff --git a/www/conservancy/templates/feeds/omnibus_description.html b/www/conservancy/templates/feeds/omnibus_description.html new file mode 100644 index 0000000000000000000000000000000000000000..aac9ae16af60073a0dbd2dc1fa37de8eeb6c75a2 --- /dev/null +++ b/www/conservancy/templates/feeds/omnibus_description.html @@ -0,0 +1,10 @@ +{% ifequal obj.omnibus_type "news" %} +

A news item from Software Freedom Conservancy.

+{% endifequal %} +{% ifequal obj.omnibus_type "event" %} +

An upcoming event related to the Software Freedom Conservancy.

+{% endifequal %} +{% ifequal obj.omnibus_type "blog" %} +

An blog post from Software Freedom Conservancy.

+{% endifequal %} +{% include obj.omnibus_feed_description_template %} diff --git a/www/conservancy/templates/feeds/omnibus_title.html b/www/conservancy/templates/feeds/omnibus_title.html new file mode 100644 index 0000000000000000000000000000000000000000..06b62e8c107286a5128abadbe9ba15a3074a4b65 --- /dev/null +++ b/www/conservancy/templates/feeds/omnibus_title.html @@ -0,0 +1 @@ +{% include obj.omnibus_feed_title_template %}