From a10e94cd95c392bee97e8d5cb884fbe1b0f77db8 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Tue, 11 Apr 2017 02:17:47 +0000
Subject: [PATCH] placeholder

---
 layouts/404.html |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/layouts/404.html b/layouts/404.html
index 3b06cd6..a493242 100755
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,6 +1,10 @@
+{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
 {{ define "main" }}
-<main class="cf pa5 pa4-l f4 tc center measure-wide lh-copy gray">
-  <h1>Page not found</h1>
-  {{ .Content }}
-</main>
+{{ $currentPageUrl := .URL }}
+{{ $currentSection := where .Site.Pages "Section" .Section }}
+    <article class="center cf pv5 measure-wide-l">
+      <h1>
+        This is not the page you were looking for
+      </h1>
+    </article>
 {{ end }}

--
Gitblit v1.10.0