Added Go runtime version to the layout footer
This commit is contained in:
@ -7,5 +7,6 @@ import (
|
||||
)
|
||||
|
||||
func CustomVars(data template.Data) {
|
||||
data["app_version"] = app.Version
|
||||
data["app_version"] = app.AppVersion
|
||||
data["runtime_version"] = app.RuntimeVersion
|
||||
}
|
||||
|
Reference in New Issue
Block a user