From 350bdfa1062dbb3fb5523304f2787f3ae254eced Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 2 May 2014 12:27:13 -0400 Subject: [PATCH] Move the hr into the shaded div Move the hr into the shaded div, as is already the case with news. --- www/conservancy/templates/frontpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index a42069c6..051e7597 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -99,8 +99,8 @@ on {{ blog.0.pub_date|date:"F j, Y" }}

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

{{ blog.1.headline|safe }}

Posted by {{ blog.1.author.formal_name }} on {{ blog.1.pub_date|date:"F j, Y" }}