diff --git a/www/conservancy/templates/blog/entry_archive_month.html b/www/conservancy/templates/blog/entry_archive_month.html index 316ce3f8bba7846c4b5a92b712eb61b5547d3dd2..f130f6850d838d0a629cc85a28a32d65f57ca44f 100644 --- a/www/conservancy/templates/blog/entry_archive_month.html +++ b/www/conservancy/templates/blog/entry_archive_month.html @@ -7,7 +7,6 @@

Conservancy Blog Archive: {{ month|date:"F, Y" }}

{% for object in object_list %} -

{{ object.pub_date|date:"F j, Y" }}

{{ object.headline|safe }}

{{ object.summary|safe }}

Read More...