From 879cc25421c66a959ab801f0937b4264a461fc7e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 27 Jun 2024 13:34:21 +0200 Subject: use pointer to config in builder & templates --- templates/page.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/page.templ') diff --git a/templates/page.templ b/templates/page.templ index 7869369..1dbd345 100644 --- a/templates/page.templ +++ b/templates/page.templ @@ -43,7 +43,7 @@ templ menuItem(item config.MenuItem) { >{ item.Name } } -templ Page(site config.Config, page PageSettings) { +templ Page(site *config.Config, page PageSettings) { -- cgit 1.4.1