Remove duplicate titles
This commit is contained in:
parent
fa4c5bffc0
commit
6a71544b4d
|
@ -4,6 +4,4 @@ title: Page Not Found
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
use: [posts]
|
use: [posts]
|
||||||
---
|
---
|
||||||
# Page Not Found
|
|
||||||
|
|
||||||
Please [contact me](/contact/) and let me know.
|
Please [contact me](/contact/) and let me know.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
{% extends 'base' %}
|
{% extends 'base' %}
|
||||||
|
|
||||||
|
{% block page_title %}{% endblock %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
{% include 'post/header' %}
|
{% include 'post/header' %}
|
||||||
{% include 'post/intro-image' %}
|
{% include 'post/intro-image' %}
|
||||||
|
|
Loading…
Reference in a new issue