[+] add: 404 Page

This commit is contained in:
Zhai2333
2019-06-09 17:52:52 +08:00
committed by panr
parent bb19133255
commit 1a47dec920
3 changed files with 19 additions and 0 deletions

11
layouts/404.html Normal file
View File

@ -0,0 +1,11 @@
{{ define "main" }}
<div class="post">
<h1 class="post-title">404!</h1>
<div class="post-content">
{{ i18n "404-text" }}<br>
<a href="{{ "/" | absURL }}">{{ i18n "404-link" }}&nbsp;</a>
</div>
</div>
{{ end }}