Update server.go
This commit is contained in:
parent
5a42af9611
commit
3ef06652a8
|
@ -74,6 +74,7 @@ var Config struct {
|
||||||
accessKeyCookieExpiry uint64
|
accessKeyCookieExpiry uint64
|
||||||
customPagesDir string
|
customPagesDir string
|
||||||
cleanupEveryMinutes uint64
|
cleanupEveryMinutes uint64
|
||||||
|
extraFooterText string
|
||||||
}
|
}
|
||||||
|
|
||||||
var Templates = make(map[string]*pongo2.Template)
|
var Templates = make(map[string]*pongo2.Template)
|
||||||
|
|
Loading…
Reference in New Issue