diff --git a/www/conservancy/templates/news/pressrelease_partial.html b/www/conservancy/templates/news/pressrelease_partial.html index dc0fb6877e242df693da2cc984b0ce57803c9775..2751cb4f4e5422f71eaf64a16baba845598ec136 100644 --- a/www/conservancy/templates/news/pressrelease_partial.html +++ b/www/conservancy/templates/news/pressrelease_partial.html @@ -19,13 +19,13 @@ This partial accepts these optional parameters: <{{ htag|default:"h3" }} class="clear" >{% if show|default:"body" != "body" %}{% endif %}{{ pressr.headline|safe }}{% if show|default:"body" != "body" %}{% endif %} + >{% endif %}{{ pressr.headline }}{% if show|default:"body" != "body" %}{% endif %} {% if show != "headline" %} {% if show != "dateline" and pressr.subhead %} {# This filter sequence generates the "next" hN tag from htag #} {{ pressr.subhead|safe }} + >{{ pressr.subhead }} {% endif %}

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