Sync dev with main
All checks were successful
Website Dev / Entwicklungsumgebung (push) Successful in 18s

This commit is contained in:
2024-09-01 19:19:15 +02:00
181 changed files with 767 additions and 408 deletions

View File

@ -1 +1 @@
{{ return or (ge (.date | time.AsTime) now) (and .enddate (ge (.enddate | time.AsTime) now)) }}
{{ return and (not .hidden) (or (ge (.date | time.AsTime) now) (and .enddate (ge (.enddate | time.AsTime) now))) }}