summaryrefslogtreecommitdiffci
path: root/internal/templatemanager
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-18 00:15:41 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-18 00:15:41 +0700
commit6418da32d978a8b70d38f1911a154e4dcc33202e (patch)
tree60aa81938ebd1c48d8e276eac4733c8955882046 /internal/templatemanager
parent0825abc878ab02ab21bd3cee3265d86576492d20 (diff)
downloadweb-6418da32d978a8b70d38f1911a154e4dcc33202e.tar.gz
web-6418da32d978a8b70d38f1911a154e4dcc33202e.zip
feat: combined map widget
feat: migrate all static to cdn feat: use 560p thumbnails for multitone backgrounds
Diffstat (limited to 'internal/templatemanager')
-rw-r--r--internal/templatemanager/templatemanager.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/templatemanager/templatemanager.go b/internal/templatemanager/templatemanager.go
index 5c84418..ff1214a 100644
--- a/internal/templatemanager/templatemanager.go
+++ b/internal/templatemanager/templatemanager.go
@@ -43,6 +43,7 @@ var templateFuncMap = template.FuncMap{
"l": func(path ...any) any {
return l10n.T.GetPath(path...)
},
+ "join": strings.Join,
}
func NewTemplateManager(templates ...TemplateManagerTemplates) (*TemplateManager, error) {