Browse Source

Case-insensitive filesystems...

pull/51/head
andreimarcu 9 years ago
parent
commit
5885ef0832
  1. 2
      templates.go

2
templates.go

@ -44,7 +44,7 @@ func populateTemplatesMap(tSet *pongo2.TemplateSet, tMap map[string]*pongo2.Temp
templates := []string{ templates := []string{
"index.html", "index.html",
"paste.html", "paste.html",
"api.html",
"API.html",
"404.html", "404.html",
"401.html", "401.html",
"oops.html", "oops.html",

Loading…
Cancel
Save