clean up 404 page
This commit is contained in:
parent
98bc281a57
commit
46000aa3ea
12
404.html
12
404.html
|
@ -1,6 +1,10 @@
|
||||||
|
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<!-- TODO: Juice up the 404 page -->
|
{{ $currentPageUrl := .URL }}
|
||||||
404 page hee
|
{{ $currentSection := where .Site.Pages "Section" .Section }}
|
||||||
{{ .Content }}
|
<article class="center cf pv5 measure-wide-l">
|
||||||
|
<h1>
|
||||||
|
This is not the page you were looking for
|
||||||
|
</h1>
|
||||||
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue