hugo-theme-noteworthy/layouts/404.html
2020-02-02 11:13:02 -06:00

7 lines
270 B
HTML

{{ define "title" }}404 page not found - {{ .Site.Title }}{{ end }}
{{ define "main" }}
<h1 class="not-found-title">404: Not found</h1>
<h2>Sorry, we couldn't find the page you're looking for.</h2>
<a href="{{ "/" | relLangURL }}">Go back home</a>
{{ end }}