hugo-theme-hyde-hyde/layouts/404.html

12 lines
336 B
HTML
Raw Normal View History

{{ define "header" }}
2018-01-24 09:42:50 +00:00
{{ partial "header.html" . }}
{{ end }}
2018-01-24 09:42:50 +00:00
{{ define "content" }}
2017-09-07 19:41:16 +00:00
<h1>404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
{{ end }}
2018-01-24 09:42:50 +00:00
{{ define "footer" }}
{{ end }}