mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 16:58:37 +00:00
Fixed custom templates for static builds (#1087)
This commit is contained in:
committed by
Lunny Xiao
parent
d21d5fd736
commit
db6777d369
@@ -49,7 +49,7 @@ func NewFuncMap() []template.FuncMap {
|
||||
return setting.AppVer
|
||||
},
|
||||
"AppBuiltWith": func() string {
|
||||
return setting.AppBuiltWith
|
||||
return setting.AppBuiltWith
|
||||
},
|
||||
"AppDomain": func() string {
|
||||
return setting.Domain
|
||||
|
Reference in New Issue
Block a user