all repos — homestead @ 0a5f1b4df8306eaa0d752767f444becf8efa991f

Code for my website

use pointer to config in builder & templates

Alan Pearce
commit

0a5f1b4df8306eaa0d752767f444becf8efa991f

parent

b38e78e775d934fbfd3303b635042d98cac57891

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{