use pointer to config in builder & templates
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/page.templ → templates/page.templ
@@ -43,7 +43,7 @@ } >{ item.Name }</a> } -templ Page(site config.Config, page PageSettings) { +templ Page(site *config.Config, page PageSettings) { <!DOCTYPE html> <html lang={ site.DefaultLanguage }> <head>