From 765eeca8ce4ad4364d9e1b05d4b6f6645f5f42cf Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sun, 4 Jul 2021 19:47:25 +0100 Subject: [PATCH] Add error page for sourcehut theme. Signed-off-by: Martin Ashby --- themes/sourcehut/error.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 themes/sourcehut/error.html diff --git a/themes/sourcehut/error.html b/themes/sourcehut/error.html new file mode 100644 index 0000000..2e25f60 --- /dev/null +++ b/themes/sourcehut/error.html @@ -0,0 +1,14 @@ +{{template "head.html" .}} + +
+
+

{{.Code}}: {{.Status}}

+

+ An error occured. You can try + returning to your inbox, + or contact support. +

+
+
+ +{{template "foot.html"}}