From 9b276b4b009e6655dd0582fd3fb89002be2a299c Mon Sep 17 00:00:00 2001 From: herkulessi Date: Thu, 25 Jun 2026 17:14:20 +0200 Subject: Use (now public) isDynamic function in db and templating --- templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates.go') diff --git a/templates.go b/templates.go index 408085c..31fe48a 100644 --- a/templates.go +++ b/templates.go @@ -18,7 +18,7 @@ type templates struct { } func (w *Webpage) getTemplateRoot() fs.FS { - if w.isDynamic() { + if w.IsDynamic() { return w.templates.dynamicRoot } return w.templates.staticRoot -- cgit v1.2.3