Remove duplicate titles

This commit is contained in:
Oliver Davies 2018-10-21 00:11:06 +01:00
parent fa4c5bffc0
commit 6a71544b4d
2 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,4 @@ title: Page Not Found
permalink: /404.html
use: [posts]
---
# Page Not Found
Please [contact me](/contact/) and let me know.

View file

@ -1,5 +1,7 @@
{% extends 'base' %}
{% block page_title %}{% endblock %}
{% block content_wrapper %}
{% include 'post/header' %}
{% include 'post/intro-image' %}