diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-14 11:10:34 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-14 11:10:34 +0800 |
| commit | 259f5ac57a14569e24682f905c917a2c017ef283 (patch) | |
| tree | 7a486578c9a0d2e2223be20e5ba9a21b69cf6a71 /layouts/404.html | |
| parent | 58b6e1433fd80393c8f66fe4bf6f50eee095acb3 (diff) | |
| download | blog-259f5ac57a14569e24682f905c917a2c017ef283.tar.gz blog-259f5ac57a14569e24682f905c917a2c017ef283.zip | |
update: about.md category 404.html style.html
- Remove "这个博客是如何搭建的" in about.md
- Add a category "回声周刊"
- Modify text in 404.html
style.css:
- Modify the font-weight about <a>
- Remove .site-name
- Add music-card
Diffstat (limited to 'layouts/404.html')
| -rw-r--r-- | layouts/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html index 15198aa..8484782 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,4 +1,4 @@ {{ define "title" }}404{{ end }} {{ define "main" }} <h1>404</h1> -<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2> +<h2>你似乎来到了无人的岛屿。</h2> {{ end }} |
