Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rwxr-xr-xlayouts/404.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 7e30c1c..789c042 100755
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,8 +1,10 @@
-{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
+{{ define "header" }}{{ partial "site-header.html" . }}{{ end }}
{{ define "main" }}
<article>
<h1>
- This is not the page you were looking for
+ Ain't nobody here but us chickens.
</h1>
+ <div class="pt-4">404 not found.</div>
+
</article>
{{ end }} \ No newline at end of file