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/error.templtemplates/error.templ
@@ -6,7 +6,7 @@ "website/internal/http"
"strconv" ) -templ Error(config config.Config, path string, err *http.Error) { +templ Error(config *config.Config, path string, err *http.Error) { @Page(config, PageSettings{ Title: "Error", Path: path,