repush clean
continuous-integration/drone Build is passing

This commit is contained in:
2024-04-01 20:27:33 +02:00
commit 10e8ad3be8
155 changed files with 3945 additions and 0 deletions
@@ -0,0 +1,16 @@
{{ define "head" }}
{{ end }}
{{ define "title" }}
{{ .Title }} | {{ .Site.Title }}
{{ end }}
{{ define "main" }}
<style>
</style>
<article class="container mt-4 post">
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}