aboutsummaryrefslogtreecommitdiffstats
path: root/modules/templates/helper.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/templates/helper.go')
-rw-r--r--modules/templates/helper.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/templates/helper.go b/modules/templates/helper.go
index 7460f99fea..cae7452306 100644
--- a/modules/templates/helper.go
+++ b/modules/templates/helper.go
@@ -118,9 +118,6 @@ func NewFuncMap() template.FuncMap {
"CustomEmojis": func() map[string]string {
return setting.UI.CustomEmojisMap
},
- "ThemeColorMetaTag": func() string {
- return setting.UI.ThemeColorMetaTag
- },
"MetaAuthor": func() string {
return setting.UI.Meta.Author
},