Juli 2025

This commit is contained in:
Markus 2025-07-24 00:06:23 +02:00
parent 940295ac2e
commit 99b70acecf
12 changed files with 99 additions and 126 deletions

View file

@ -3,7 +3,10 @@
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>{{ .Title }}</h1>
<h2 class="custom-title">{{ .Title }}</h2>
{{ with .Params.description }}
<h3>{{ . }}</h3>
{{ end }}
</div>
</div>
</div>