diff --git a/opentech/public/news/templates/news/news_page.html b/opentech/public/news/templates/news/news_page.html index a611226678715bb8e22bd77123a7b23e1174b74b..37c355fcd36a9c1db550cef35268909fce1e76de 100644 --- a/opentech/public/news/templates/news/news_page.html +++ b/opentech/public/news/templates/news/news_page.html @@ -4,7 +4,6 @@ {% block content %} <div class="wrapper wrapper--small"> - <p>{{ page.introduction }}</p> <h5 class="heading heading--author"> {{ page.display_date|date:"D, Y-m-d H:i" }} {% if page.authors.all %} @@ -15,6 +14,10 @@ {% endif %} </h5> + {% if page.introduction %} + <h4 class="heading heading--introduction">{{ page.introduction }}</h4> + {% endif %} + <section class="main-body"> {% include_block page.body %} </section>