all repos — website @ 879cc25421c66a959ab801f0937b4264a461fc7e

My website

use pointer to config in builder & templates

Alan Pearce
commit

879cc25421c66a959ab801f0937b4264a461fc7e

parent

d07ec650aafcfe4692bba8f481bc3cb8204cd4b0

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/post.templtemplates/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{