From 3a0d5f6be10f046960136b8f2bc5cfcb8df746f6 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 20 Jan 2018 12:48:47 +0100 Subject: [PATCH] Remove the default title on pages --- pages/templates/pages/page.html | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/templates/pages/page.html b/pages/templates/pages/page.html index ceedc2e..d8807a0 100644 --- a/pages/templates/pages/page.html +++ b/pages/templates/pages/page.html @@ -3,6 +3,5 @@ {% block title %}{{ page.title }}{% endblock %} {% block content %} -

{{ page.title }}

{{ page.content|safe }} {% endblock %}