aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/404.html
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-12-29 21:21:39 +0800
committeryingyu5658 <i@yingyu5658.me>2025-12-29 21:21:39 +0800
commit42745471b8a9244b9906eb15538501e5da254d3a (patch)
treeb3b380bff2bef5e78bd4443c0766e033e15e7442 /layouts/404.html
parent43b4395e10e0c8e032077cf44ea570fd382faef5 (diff)
downloadblog-42745471b8a9244b9906eb15538501e5da254d3a.tar.gz
blog-42745471b8a9244b9906eb15538501e5da254d3a.zip
chore: Tweak some HTML structure
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 8484782..9ebac53 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,4 +1,4 @@
{{ define "title" }}404{{ end }} {{ define "main" }}
<h1>404</h1>
-<h2>你似乎来到了无人的岛屿。</h2>
+<p>你似乎来到了无人的岛屿。</p>
{{ end }}