diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index f640c7cc..b0f18e37 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -95,11 +95,7 @@ on {{ blog.0.pub_date|date:"F j, Y" }}

{{ blog.0.summary|safe }}

Read More from {{ blog.0.author.casual_name }} on this…

- -{% endif %} - {% if blog.1.is_recent %} -

{{ blog.1.headline|safe }}

Posted by {{ blog.1.author.formal_name }} @@ -107,6 +103,7 @@ on {{ blog.1.pub_date|date:"F j, Y" }}

{{ blog.1.summary|safe }}

Read More from {{ blog.1.author.casual_name }} on this…

+{% endif %}
{% endif %}

Conservancy Blog Archive…