Initial commit

This commit is contained in:
Nox Sluijtman 2023-08-10 03:39:50 +02:00
commit 07a9f6baba
13 changed files with 875 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<header>
<h1><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
{{- partial "menu.html" . -}}
</header>