diff options
Diffstat (limited to 'templates/error.templ')
-rw-r--r-- | templates/error.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/error.templ b/templates/error.templ index 2da7bef..c336ea9 100644 --- a/templates/error.templ +++ b/templates/error.templ @@ -6,7 +6,7 @@ import ( "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, |