Add custom 404 page frame

pull/166/head
Rinfair 2021-10-29 20:26:25 +08:00 committed by GitHub
parent 114707acae
commit c6ac0d7ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
layouts/404.html 100644
View File

@ -0,0 +1,5 @@
{{ define "main" }}
<main class="main">
Page not found
</main>
{{ end }}