This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
homepage/themes/nightfall/layouts/404.html

8 lines
164 B
HTML
Raw Normal View History

2023-03-15 16:41:01 +00:00
{{ define "title"}}
404 | {{ .Site.Params.author }}
{{ end }}
{{ define "main"}}
<h1>NOT FOUND</h1>
<p>You just hit a route that doesn&#39;t exist...</p>
{{ end }}