vendor terminal

no more fucking submodule
This commit is contained in:
nora 2024-08-02 17:33:44 +02:00
parent a48053540e
commit d2e858ddca
88 changed files with 8681 additions and 4 deletions

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 }}