aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/themes/hugo-xmag/layouts/404.html
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-08-02 13:23:35 +0800
committer简律纯 <i@jyunko.cn>2024-08-02 13:23:35 +0800
commite03422873a1788137f120d9c8f34b2be079f0aee (patch)
treef52775951aed0c594a6b1ca4c9432f3bba74ecac /themes/hugo-xmag/layouts/404.html
parent2b8db24f956ad99305860c2f8f4cd3a331a76dc6 (diff)
downloadjournal-e03422873a1788137f120d9c8f34b2be079f0aee.tar.gz
journal-e03422873a1788137f120d9c8f34b2be079f0aee.zip
docs: build with hugo
Diffstat (limited to 'themes/hugo-xmag/layouts/404.html')
-rw-r--r--themes/hugo-xmag/layouts/404.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/hugo-xmag/layouts/404.html b/themes/hugo-xmag/layouts/404.html
new file mode 100644
index 0000000..c7d0697
--- /dev/null
+++ b/themes/hugo-xmag/layouts/404.html
@@ -0,0 +1,9 @@
+{{ partial "header.html" . }}
+
+<div class="container">
+<main>
+<h1>404 NOT FOUND</h1>
+</main>
+</div>
+
+{{ partial "footer.html" . }}