From 6a71544b4d051ff15b7dd76d364a3588be177700 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 21 Oct 2018 00:11:06 +0100 Subject: [PATCH] Remove duplicate titles --- source/404.md | 2 -- source/_layouts/post.html.twig | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/404.md b/source/404.md index bec4b0d9..9ad59c73 100644 --- a/source/404.md +++ b/source/404.md @@ -4,6 +4,4 @@ title: Page Not Found permalink: /404.html use: [posts] --- -# Page Not Found - Please [contact me](/contact/) and let me know. diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index db7227b9..f22ab3cd 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -1,5 +1,7 @@ {% extends 'base' %} +{% block page_title %}{% endblock %} + {% block content_wrapper %} {% include 'post/header' %} {% include 'post/intro-image' %}