aboutsummaryrefslogtreecommitdiff
path: root/watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'watcher.go')
-rw-r--r--watcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/watcher.go b/watcher.go
index 25bb12a..1d87d00 100644
--- a/watcher.go
+++ b/watcher.go
@@ -183,7 +183,7 @@ func (w *watcher) watchHtmlTemplate() {
} else {
fmt.Printf("%s: recompiling HTML template %q ...\n", logp,
ns.Node.SysPath)
- err = w.converter.htmlTemplateReload()
+ err = w.converter.SetHtmlTemplateFile(w.converter.htmlTemplate)
}
if err != nil {
log.Printf("%s: %s", logp, err)