first commit

This commit is contained in:
Stephan Hadan 2025-01-05 23:20:45 +01:00
commit 7fa1a1444a
52 changed files with 1519 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<section id="info-pane" class="text-center info">
{{ with .Site.Params.intro }}
<h3 class="intro">{{ . | markdownify }}</h3>
{{ end }}
{{ with .Site.Params.description }}
<h4 class="description">{{ . | markdownify }}</h4>
{{ end }}
</section>