Deploy Update
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 12s
Deploy Hugo site to Pages / deploy (push) Has been skipped

This commit is contained in:
Jannik Menzel 2025-05-26 17:46:26 +02:00
parent e9144fbdc0
commit d4c980b052
27 changed files with 142 additions and 97 deletions

View file

@ -0,0 +1,7 @@
{{ define "main" }}
<div class="container">
<div id="markdown">
{{ .Content }}
</div>
</div>
{{ end }}