clean up 404 page

This commit is contained in:
Bud Parr 2017-04-10 22:01:05 -04:00
parent 98bc281a57
commit 46000aa3ea
No known key found for this signature in database
GPG key ID: ACA375160539D2B3

View file

@ -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 }}