From 46000aa3ea18401c480ba476ca47713d0d56d8a9 Mon Sep 17 00:00:00 2001 From: Bud Parr Date: Mon, 10 Apr 2017 22:01:05 -0400 Subject: [PATCH] clean up 404 page --- 404.html | 12 ++++++++---- 1 file 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" }} - -404 page hee -{{ .Content }} - +{{ $currentPageUrl := .URL }} +{{ $currentSection := where .Site.Pages "Section" .Section }} +
+

+ This is not the page you were looking for +

+
{{ end }}