diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-08 22:12:24 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-08 22:12:24 -0300 |
commit | b15ab4adb837e43409e5e3cf3a40a83ef4dbf62f (patch) | |
tree | 3b7d7e5dc84aabc839dd1d9174c4593cbd6b2f82 /themes/hugo-whisper-theme/layouts/404.html |
Initial commit
Diffstat (limited to 'themes/hugo-whisper-theme/layouts/404.html')
-rw-r--r-- | themes/hugo-whisper-theme/layouts/404.html | 13 |
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 |