diff --git a/content/pages/404.html b/content/pages/404.html index 3266105..16a5aab 100644 --- a/content/pages/404.html +++ b/content/pages/404.html @@ -2,15 +2,8 @@ - -

The page you were looking for could not be found.

@@ -20,7 +13,7 @@

For now, here's a picture of a cat!

- Cat + Cat
diff --git a/theme/templates/extras/page-header.html b/theme/templates/extras/page-header.html new file mode 100644 index 0000000..8c80e3b --- /dev/null +++ b/theme/templates/extras/page-header.html @@ -0,0 +1,6 @@ + diff --git a/theme/templates/page.html b/theme/templates/page.html index 1aa0531..dd8af45 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -10,7 +10,7 @@ {% block content %} {% if not page.no_container %} - {% include 'extras/header.html' with context %} + {% include 'extras/page-header.html' with context %}
{{ page.content }}