aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2021-07-04 19:47:25 +0100
committerSimon Ser <contact@emersion.fr>2021-07-04 21:54:39 +0200
commit765eeca8ce4ad4364d9e1b05d4b6f6645f5f42cf (patch)
tree7a9d86e5b890dd50647298d29cb933b5da6d7e9b /themes
parenta09385cb06d2cb7ebdca6177a668e19af4cc3fea (diff)
downloadalps-765eeca8ce4ad4364d9e1b05d4b6f6645f5f42cf.tar.gz
alps-765eeca8ce4ad4364d9e1b05d4b6f6645f5f42cf.zip
Add error page for sourcehut theme.
Signed-off-by: Martin Ashby <martin@ashbysoft.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/sourcehut/error.html14
1 files changed, 14 insertions, 0 deletions
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" .}}
+
+<div class="page-wrap">
+ <div class="container error">
+ <h1>{{.Code}}: {{.Status}}</h1>
+ <p>
+ An error occured. You can try
+ <a href="/">returning to your inbox</a>,
+ or contact support.
+ </p>
+ </div>
+</div>
+
+{{template "foot.html"}}