diff --git a/www/conservancy/templates/blog/entry_detail.html b/www/conservancy/templates/blog/entry_detail.html index c01bdeb38852be3b1276c2b22a7048bf29c47210..895004d20faa4297004a0497a61874ae024a9dcd 100644 --- a/www/conservancy/templates/blog/entry_detail.html +++ b/www/conservancy/templates/blog/entry_detail.html @@ -4,12 +4,10 @@ {% block content %} -

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

-

{{ object.headline|safe }}

-{{ object.body|safe }} -

Posted by {{ object.author.formal_name }} on {{object.pub_date|date:"F j, Y" }}. Please email any comments on this entry to info@sfconservancy.org.

+{% include "blog/entry_partial.html" with entry=object htag="h2" only %} -{% if object.tags.all %}

Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %} +

Please email any comments on this entry to + info@sfconservancy.org.

Other Conservancy Blog entries…