about summary refs log tree commit diff stats
path: root/templates/error.templ
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.templ')
-rw-r--r--templates/error.templ6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/error.templ b/templates/error.templ
index 2da7bef..369cb83 100644
--- a/templates/error.templ
+++ b/templates/error.templ
@@ -1,12 +1,12 @@
 package templates
 
 import (
-	"website/internal/config"
-	"website/internal/http"
+	"go.alanpearce.eu/website/internal/config"
+	"go.alanpearce.eu/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,