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

@@ -13,6 +13,7 @@ type Article struct {
Cover string
Body template.HTML
Description string
Counter string
}
type ListPage struct {