init module

This commit is contained in:
panr 2022-06-21 15:50:51 +02:00
commit 56791937ff
77 changed files with 5549 additions and 0 deletions

10
layouts/404.html Normal file
View file

@ -0,0 +1,10 @@
{{ 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 }}