git push wip
This commit is contained in:
12
layouts/404.html
Normal file
12
layouts/404.html
Normal file
@ -0,0 +1,12 @@
|
||||
{{ define "title"}}
|
||||
404 | {{ .Site.Title }}
|
||||
{{ end }}
|
||||
|
||||
{{ if eq hugo.Environment "production" }}
|
||||
<script>plausible("404",{ props: { path: document.location.pathname } });</script>
|
||||
{{ end }}
|
||||
|
||||
{{ define "main"}}
|
||||
<h1>NOT FOUND</h1>
|
||||
<p>You just hit a route that doesn't exist...</p>
|
||||
{{ end }}
|
Reference in New Issue
Block a user