diff --git a/www/conservancy/templates/feeds/news_description.html b/www/conservancy/templates/feeds/news_description.html index 34c9a6190e8e8f934367a0f0a67f91d5aada19c1..69751ba964c9653e4234417407762481b442dea3 100644 --- a/www/conservancy/templates/feeds/news_description.html +++ b/www/conservancy/templates/feeds/news_description.html @@ -1,3 +1,3 @@ -{% if obj.subhead %}

{{ obj.subhead|safe }}

{% endif %} +{% if obj.subhead %}

{{ obj.subhead }}

{% endif %} {{ obj.summary|safe }} {{ obj.body|safe }}