Try to fix loading issue on some templates.
All checks were successful
release-tag / release-image (push) Successful in 2m39s

This commit is contained in:
2025-05-18 22:29:10 +02:00
parent a78eab43d9
commit 2f01625cff

View File

@@ -132,6 +132,8 @@ func main() {
fmt.Println("Geladener Katalog:", TickCatalog)
cloneRepo(gitRepo, gitBranch, gitDir)
funcs := template.FuncMap{
"now": time.Now, // jetztZeit bereitstellen
}