site/themes/hugo-theme-console/layouts/404.html
2024-01-21 22:56:08 +01:00

4 lines
124 B
HTML

{{ define "main" }}
<h1>Page not found</h1>
<p><a href="{{ .Site.BaseURL }}">Return to the home page</a>.</p>
{{ end }}