aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-whisper-theme/layouts/404.html')
-rw-r--r--themes/hugo-whisper-theme/layouts/404.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/hugo-whisper-theme/layouts/404.html b/themes/hugo-whisper-theme/layouts/404.html
new file mode 100644
index 0000000..b8d4c59
--- /dev/null
+++ b/themes/hugo-whisper-theme/layouts/404.html
@@ -0,0 +1,13 @@
+{{ define "header_css" }}{{ end }}
+{{ define "body_classes" }}{{ end }}
+{{ define "header_classes" }}{{ end }}
+
+{{ define "main" }}
+<div class="container pt-4 pt-10">
+ <div class="row justify-content-center">
+ <div class="col-12 col-md-9">
+ <h1>404 Page Not Found</h1>
+ </div>
+ </div>
+</div>
+{{ end }} \ No newline at end of file