all repos — homestead @ 72b4c0f972a3bdb1a5bec19544d828f2942a6fab

Code for my website

use pointers to posts

Alan Pearce
commit

72b4c0f972a3bdb1a5bec19544d828f2942a6fab

parent

445c43ef8b981bfacc8b465b3997da413370043f

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

changed files
M templates/post.templtemplates/post.templ
@@ -22,7 +22,7 @@ { d.Format("2006-01-02") }
</time> } -templ PostPage(config *config.Config, post content.Post) { +templ PostPage(config *config.Config, post *content.Post) { @Layout(config, PageSettings{ Title: post.Title, TitleAttrs: templ.Attributes{