about summary refs log tree commit diff stats
path: root/templates/homepage.templ
diff options
context:
space:
mode:
authorAlan Pearce2024-06-27 13:34:21 +0200
committerAlan Pearce2024-06-27 13:34:21 +0200
commit879cc25421c66a959ab801f0937b4264a461fc7e (patch)
tree29141c22ef84cfc36ba74302b14546c21dbef199 /templates/homepage.templ
parentd07ec650aafcfe4692bba8f481bc3cb8204cd4b0 (diff)
downloadwebsite-879cc25421c66a959ab801f0937b4264a461fc7e.tar.lz
website-879cc25421c66a959ab801f0937b4264a461fc7e.tar.zst
website-879cc25421c66a959ab801f0937b4264a461fc7e.zip
use pointer to config in builder & templates
Diffstat (limited to 'templates/homepage.templ')
-rw-r--r--templates/homepage.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/homepage.templ b/templates/homepage.templ
index 0afbb2f..611a8ff 100644
--- a/templates/homepage.templ
+++ b/templates/homepage.templ
@@ -5,7 +5,7 @@ import (
 	"website/internal/content"
 )
 
-templ Homepage(config config.Config, posts []content.Post, content string) {
+templ Homepage(config *config.Config, posts []content.Post, content string) {
 	@Page(config, PageSettings{
 		Title: config.Title,
 		TitleAttrs: templ.Attributes{