diff --git a/www/conservancy/templates/feeds.html b/www/conservancy/templates/feeds.html new file mode 100644 index 0000000000000000000000000000000000000000..7f4af010f7c8d8eb0b2c9843dd4df43f16c70f02 --- /dev/null +++ b/www/conservancy/templates/feeds.html @@ -0,0 +1,17 @@ +{% extends "base_standard.html" %} + +{% block subtitle %}News Feeds - {% endblock %} + +{% block content %} + +

News Feeds Available at conservancy.softwarefreedom.org

+ +

All feeds are RSS 2.0.

+ + + +{% endblock %}