diff --git a/www/conservancy/templates/feeds/omnibus_description.html b/www/conservancy/templates/feeds/omnibus_description.html new file mode 100644 index 00000000..aac9ae16 --- /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 00000000..06b62e8c --- /dev/null +++ b/www/conservancy/templates/feeds/omnibus_title.html @@ -0,0 +1 @@ +{% include obj.omnibus_feed_title_template %}