forked from forgejo/forgejo
fix #2013
This commit is contained in:
parent
e6b2a01e5d
commit
efaf60ba5a
2 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,9 @@ var Funcs template.FuncMap = map[string]interface{}{
|
|||
"GoVer": func() string {
|
||||
return strings.Title(runtime.Version())
|
||||
},
|
||||
"Protocol": func() string {
|
||||
return string(setting.Protocol)
|
||||
},
|
||||
"AppName": func() string {
|
||||
return setting.AppName
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue