diff --git a/handlers/handlers.go b/handlers/handlers.go index 3b8e12d..f2363de 100644 --- a/handlers/handlers.go +++ b/handlers/handlers.go @@ -92,7 +92,7 @@ func getTmpl(name string) *template.Template { liveMode := conf.LiveMode if liveMode { - log.Info("re-reading tmpls") + log.Info("re-reading tmpls") // TODO: only re-read the tmpl in question. tpl := template.New("")