diff options
| author | verdant <i@glowisle.me> | 2026-05-10 18:23:19 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-05-10 18:23:19 +0800 |
| commit | c465095e3d00337912cf6ddec22def18349631b3 (patch) | |
| tree | 77d1b1f17f91e9c2ec0c67505e4ac52640c4bf8c | |
| parent | 9f28fc82fd1117604c569083d142f6c7f672ce30 (diff) | |
| download | blog-c465095e3d00337912cf6ddec22def18349631b3.tar.gz blog-c465095e3d00337912cf6ddec22def18349631b3.zip | |
html: tweak some html layout
| -rw-r--r-- | layouts/404.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html index 76d46d9..1fac202 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,4 +1,8 @@ -{{ define "title" }}404{{ end }} {{ define "main" }} +{{ define "title" }} +404 +{{ end }} + +{{ define "main" }} <style> footer{display:none} .not-found { |
