Browse Source

housekeeping

pull/41/head
George Burgess IV 9 years ago
parent
commit
12551d12b3
  1. 8
      server.go
  2. 3
      templates.go

8
server.go

@ -21,15 +21,15 @@ var Config struct {
bind string
filesDir string
metaDir string
noLogs bool
allowHotlink bool
siteName string
siteURL string
fastcgi bool
remoteUploads bool
contentSecurityPolicy string
fileContentSecurityPolicy string
xFrameOptions string
noLogs bool
allowHotlink bool
fastcgi bool
remoteUploads bool
}
var Templates = make(map[string]*pongo2.Template)

3
templates.go

@ -41,8 +41,7 @@ func (fs *Pongo2Loader) Abs(base, name string) string {
}
func populateTemplatesMap(tSet *pongo2.TemplateSet, tMap map[string]*pongo2.Template) error {
templates := [...]string{
templates := []string{
"index.html",
"paste.html",
"404.html",

Loading…
Cancel
Save