From f00b5bdaf8844c45dff491f2cd0fada30f1ebbaf Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 19 Apr 2023 23:23:22 +0200 Subject: [PATCH] handlers: add a TODO [skip ci] --- handlers/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("")