diff --git a/templates/news/page.html b/templates/news/page.html index fd0a6072..dbfa0057 100644 --- a/templates/news/page.html +++ b/templates/news/page.html @@ -2,7 +2,8 @@ {% block content %} -

{{ resource.date | date(format='%B %e, %Y') }}

+

{{ resource.title }}

+

{{ resource.date | date(format='%B %e, %Y') }}

{{ resource.content | safe }}