Implementierung eines anonymen Counters - Nicht persistent
All checks were successful
release-tag / release-image (push) Successful in 2m9s

This commit is contained in:
2025-05-11 10:57:36 +02:00
parent 847d860144
commit 08ef9c7132
5 changed files with 50 additions and 24 deletions

View File

@@ -11,6 +11,7 @@
<div class="card-content">
<h2>{{ .Title }}</h2>
<time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "02.01.2006" }}</time>
<p class="card-count">{{ .Counter }}</p>
</div>
</a>
</li>