www-jmbit-de/themes/hugo-theme-terminal/layouts/404.html
Johannes Bülow 262e804243
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
moved theme into main tree
2023-08-03 11:21:34 +02:00

10 lines
337 B
HTML

{{ define "main" }}
<div class="post">
<h1 class="post-title">404 — {{ $.Site.Params.missingContentMessage | default "Page not found..." }}</h1>
<div class="post-content">
<a href="{{ "/" | absURL }}">{{ $.Site.Params.missingBackButtonLabel | default "Back to home page" }}&nbsp;</a>
</div>
</div>
{{ end }}