Create initial version

This commit is contained in:
2023-01-19 18:21:20 +01:00
commit 31a1ae2b30
36 changed files with 1156 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{{ define "main" }}
<div id="home-jumbotron" class="jumbotron text-center">
<h1 class="title">{{ .Site.Title }}</h1>
</div>
{{ end }}