Add error page for sourcehut theme.
Signed-off-by: Martin Ashby <martin@ashbysoft.com>
This commit is contained in:
parent
a09385cb06
commit
765eeca8ce
1 changed files with 14 additions and 0 deletions
14
themes/sourcehut/error.html
Normal file
14
themes/sourcehut/error.html
Normal 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"}}
|
Loading…
Add table
Reference in a new issue