From 08bd07d12b04638da4f87b4fa724919b941bb27c Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Mon, 22 Jan 2018 15:32:56 +0000
Subject: [PATCH] remove page title

---
 opentech/public/news/templates/news/news_page.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/opentech/public/news/templates/news/news_page.html b/opentech/public/news/templates/news/news_page.html
index c51afac6c..8960f49ec 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">
 
-    <h1>{{ page.title }}</h1>
 
     {% for author in page.authors.all %}
         <p><a href="{% pageurl author.author %}">{{ author.author }}</a><p>
-- 
GitLab