From 46000aa3ea18401c480ba476ca47713d0d56d8a9 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Tue, 11 Apr 2017 02:01:05 +0000
Subject: [PATCH] clean up 404 page

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

diff --git a/404.html b/404.html
index 1750945..a493242 100755
--- a/404.html
+++ b/404.html
@@ -1,6 +1,10 @@
+{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
 {{ define "main" }}
-<!-- TODO: Juice up the 404 page -->
-404 page hee
-{{ .Content }}
-
+{{ $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