Initial commit
This commit is contained in:
7
layouts/404.html
Normal file
7
layouts/404.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ define "title" }}404 page not found - {{ .Site.Title }}{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
<h1 class="not-found-title">404: Not found</h1>
|
||||
<h2>Sorry, we couldn't find the page you're looking for.</h2>
|
||||
<a href="{{ "/" | relLangURL }}">Go back home</a>
|
||||
{{ end }}
|
Reference in New Issue
Block a user