hugo-theme-console/layouts/404.html
Marcin Mierzejewski 9943fc2d55 big bang
2020-04-30 22:02:40 +02: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 }}