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 internal/builder/template/template.gointernal/builder/template/template.go
@@ -65,7 +65,7 @@
func RenderFeed( title string, config *config.Config, - posts []content.Post, + posts []*content.Post, specific string, ) (io.WriterTo, error) { buf := &bytes.Buffer{}