Card-Fix für Counter und Berechnungs-Fix
All checks were successful
release-tag / release-image (push) Successful in 2m8s

This commit is contained in:
2025-05-11 11:07:25 +02:00
parent 08ef9c7132
commit 2e31bfdc77
3 changed files with 14 additions and 10 deletions

View File

@@ -10,8 +10,10 @@
{{ end }}
<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 class="card-meta">
<time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "02.01.2006" }}</time>
<p class="card-count">{{ .Counter }}</p>
</div>
</div>
</a>
</li>