diff --git a/www/conservancy/templates/blog/entry_partial.html b/www/conservancy/templates/blog/entry_partial.html index 571d69f2a3eda21878d2beabc3ba495bc2a487ad..9ec8266fd1f50e4d2df80e2def478facbbbc136c 100644 --- a/www/conservancy/templates/blog/entry_partial.html +++ b/www/conservancy/templates/blog/entry_partial.html @@ -18,7 +18,7 @@ This partial accepts these optional parameters: <{{ htag|default:"h3" }} class="clear" >{% if show|default:"body" != "body" %}{% endif %}{{ entry.headline|safe }}{% if show|default:"body" != "body" %}{% endif %} + >{% endif %}{{ entry.headline }}{% if show|default:"body" != "body" %}{% endif %} {% if show != "headline" %}

by {{ entry.author.formal_name }}