diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index fca2e701..dd793254 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -106,7 +106,7 @@
Posted by {{ blog.2.author.formal_name }} on {{ blog.2.pub_date|date:"F j, Y" }}
-{{ blog.1.summary|safe }} +{{ blog.2.summary|safe }}Read More from {{ blog.2.author.casual_name }} on this…
{% endif %} {% endif %} @@ -116,7 +116,7 @@Posted by {{ blog.3.author.formal_name }} on {{ blog.3.pub_date|date:"F j, Y" }}
-{{ blog.1.summary|safe }} +{{ blog.3.summary|safe }}Read More from {{ blog.3.author.casual_name }} on this…
{% endif %} {% endif %} @@ -126,7 +126,7 @@Posted by {{ blog.4.author.formal_name }} on {{ blog.4.pub_date|date:"F j, Y" }}
-{{ blog.1.summary|safe }} +{{ blog.4.summary|safe }}Read More from {{ blog.4.author.casual_name }} on this…
{% endif %} {% endif %} @@ -136,7 +136,7 @@Posted by {{ blog.5.author.formal_name }} on {{ blog.5.pub_date|date:"F j, Y" }}
-{{ blog.1.summary|safe }} +{{ blog.5.summary|safe }} {% endif %} {% endif %}