remove unused variable in 404
This commit is contained in:
parent
480ea34d22
commit
789d32ad81
|
@ -1,7 +1,5 @@
|
||||||
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
|
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ $currentPageUrl := .URL }}
|
|
||||||
{{ $currentSection := where .Site.Pages "Section" .Section }}
|
|
||||||
<article class="center cf pv5 measure-wide-l">
|
<article class="center cf pv5 measure-wide-l">
|
||||||
<h1>
|
<h1>
|
||||||
This is not the page you were looking for
|
This is not the page you were looking for
|
||||||
|
|
|
@ -40,3 +40,5 @@ This theme uses the "Tachyons" CSS library. This will allow you to manipulate th
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- ADD INSTRUCTIONS
|
- ADD INSTRUCTIONS
|
||||||
|
- small dummy copyright notice with a formatted date could be added
|
||||||
|
- fix hard-coded link to section https://github.com/budparr/gohugo-default-theme/blob/master/layouts/index.html#L32
|
||||||
|
|
Loading…
Reference in a new issue