hugo-theme-anubis2/layouts/404.html

8 lines
200 B
HTML
Raw Normal View History

2022-02-21 20:34:46 +01:00
{{ define "main"}}
<main id="main">
<div>
2022-02-22 17:35:22 +01:00
<h1 id="title"><a href="{{ .Site.BaseURL | relLangURL }}">Go Home</a></h1>
Sorry, this Page is not available.
2022-02-21 20:34:46 +01:00
</div>
</main>
2022-02-22 17:35:22 +01:00
{{ end }}