summaryrefslogtreecommitdiffstats
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/server.go b/server.go
index c0f9bb6..eff4ce9 100644
--- a/server.go
+++ b/server.go
@@ -96,7 +96,8 @@ func init() {
return nil
}
label := path[len(fp.Clean(root)):]
- tmpl[label] = template.Must(template.ParseFiles(fp.Join(root, "base.html"), path))
+ tmpl[label] = template.Must(template.ParseFiles(
+ fp.Join(root, "base.html"), path))
return nil
})
if err != nil {