diff --git a/conservancy/templates/base_blog.html b/conservancy/templates/base_blog.html index 08f3eda2..5add6d6a 100644 --- a/conservancy/templates/base_blog.html +++ b/conservancy/templates/base_blog.html @@ -3,7 +3,7 @@ {% block category %}blog{% endblock %} {% block head %} - + {% endblock %} {% block outercontent %} diff --git a/conservancy/templates/blog/entry_list.html b/conservancy/templates/blog/entry_list.html index b55cae02..734d3f50 100644 --- a/conservancy/templates/blog/entry_list.html +++ b/conservancy/templates/blog/entry_list.html @@ -8,13 +8,13 @@

Home / News

-

[RSS] Conservancy Blog{% if author %} — {{ author.formal_name }}{% endif %}

+

[RSS] Conservancy Blog{% if author %} — {{ author.formal_name }}{% endif %}

{% if authors or tags %}

Displaying posts {% if authors %}by {% for author in authors %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}{{ author.formal_name }}{% if forloop.revcounter == 2 %} and {% endif %}{% endfor %}{% endif %} {% if tags %}tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}{{ tag.label }}{% if forloop.revcounter == 2 %} or {% endif %}{% endfor %}{% endif %} -

+[RSS]

{% endif %} {% for entry in blog_entries %}