updated branding
Build and Release Core / Test and Build (push) Successful in 4m44s

This commit is contained in:
t
2026-05-01 09:59:58 -04:00
parent 317dd9aedf
commit ead3c9043d
2 changed files with 15 additions and 5 deletions
+5 -1
View File
@@ -36,7 +36,11 @@ func SetVersionInfo(version, commit string) {
}
func init() {
funcMap := template.FuncMap{"lower": strings.ToLower}
funcMap := template.FuncMap{
"lower": strings.ToLower,
"isProActive": func() bool { return false },
"getCompanyName": func() string { return "" },
}
Pages = make(map[string]*template.Template)
var err error