Add yandex metrica tag

This commit is contained in:
2022-01-05 01:04:27 +01:00
parent 3f10f7b912
commit 26512c2b29
6 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ func main() {
logrus.Fatal(err)
}
templateFuncs := &templates.Funcs{Version: Version}
templateFuncs := &templates.Funcs{Version: Version, Site: config.Site}
err = templates.Load(templateFuncs)
if err != nil {
logrus.Fatal(err)