From ff81e9b4129a2e613a191982ac6337ba706ac219 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 9 Jan 2019 17:41:33 +0000 Subject: [PATCH] Alter leading for h1 headings --- source/_layouts/default.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index d8a10a37..ca8915b9 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -8,7 +8,7 @@
{% block page_title_wrapper %} -

+

{% block page_title %}{{ page.title }}{% endblock %}

{% endblock %}