diff --git a/source/404.md b/source/404.md index bec4b0d9a..9ad59c736 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 db7227b9f..f22ab3cd3 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' %}