Add error page for sourcehut theme.

Signed-off-by: Martin Ashby <martin@ashbysoft.com>
This commit is contained in:
Martin Ashby 2021-07-04 19:47:25 +01:00 committed by Simon Ser
parent a09385cb06
commit 765eeca8ce
1 changed files with 14 additions and 0 deletions

View File

@ -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"}}