mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-11 02:38:45 +00:00
Import Hugo
This commit is contained in:
8
hugo/themes/anatole/layouts/404.html
Normal file
8
hugo/themes/anatole/layouts/404.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "main" }}
|
||||
<div class="page_404">
|
||||
<h1>404</h1>
|
||||
<h2>{{ i18n "page_not_found" }}</h2>
|
||||
<p>{{ i18n "page_does_not_exist" }}</p>
|
||||
<p>{{ i18n "head_back" . | safeHTML }}</p>
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user