Merge pull request #142 from steveyiyo/master

Add a Custom 404 Page
This commit is contained in:
Dmitry Kolosov 2022-02-22 21:49:14 +03:00 committed by GitHub
commit 87949e616c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
layouts/404.html Normal file
View File

@ -0,0 +1,8 @@
{{ define "main"}}
<main id="main">
<div>
<h1 id="title"><a href="{{ .Site.BaseURL | relLangURL }}">Go Home</a></h1>
Sorry, this Page is not available.
</div>
</main>
{{ end }}