use pointer to config in builder & templates
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/post.templ → templates/post.templ
@@ -19,7 +19,7 @@ { d.Format("2006-01-02") } </time> } -templ PostPage(config config.Config, post content.Post) { +templ PostPage(config *config.Config, post content.Post) { @Page(config, PageSettings{ Title: post.Title, TitleAttrs: templ.Attributes{