Adds a modal help

This commit is contained in:
2016-01-25 18:08:40 +01:00
parent 56bda18611
commit 686b4b3207
4 changed files with 46 additions and 8 deletions

View File

@@ -121,7 +121,7 @@ func (a *appData) buildRouter() http.Handler {
})))
dirs := []string{"css", "js", "img", "fonts"}
dirs := []string{"css", "js", "img", "fonts", "html"}
for _, d := range dirs {
router.ServeFiles(path.Join("/", d, "/*filepath"), http.Dir(filepath.Join("static", d)))
}