From 31cd7a3067a9996b7140aeaefb6c97e08db2f78f Mon Sep 17 00:00:00 2001
From: verdant
Date: Sat, 11 Apr 2026 18:27:20 +0800
Subject: update
---
layouts/_default/baseof.html | 64 ++++++++++++++++++++++----------------------
layouts/_default/single.html | 25 ++++++++++++++---
2 files changed, 54 insertions(+), 35 deletions(-)
(limited to 'layouts/_default')
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ebc6a41..b78e7ef 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,44 +1,44 @@
-
- ______ ____ _____ _____ _____ _________ _______ _ __ _ _
- .' ___ ||_ \|_ _||_ _||_ _| | _ _ | |_ __ \ / |_ [ | / |_ / |_
-/ .' \_| | \ | | | | | | |_/ | | \_|.---. _ .--. _ .--. _ __ | |__) |_ .--. ,--. `| |-'.---. | |--. .---.`| |-'`| |-'
-| | ____ | |\ \| | | ' ' | | | / /__\\[ `/'`\][ `/'`\][ \ [ ] | ___/[ `/'`\]`'_\ : | | / /'`\] | .-. |/ /__\\| | | |
-\ `.___] |_| |_\ |_ \ \__/ / _| |_ | \__., | | | | \ '/ / _| |_ | | // | |,| |,| \__. | | | || \__.,| |, | |,
- `._____.'|_____|\____| `.__.' |_____| '.__.'[___] [___] [\_: / |_____| [___] \'-;__/\__/'.___.'[___]|__]'.__.'\__/ \__/
- \__.'
-
- "A man is not dead while his name is still spoken."
-
-
-
-
-
- {{- partial "favicon.html" . -}}
- {{ .Title }}
+
+
+
+
+
+ {{- partial "favicon.html" . -}}
+ {{ .Title }}
- {{- partial "seo_tags.html" . -}}
-
+ {{- partial "seo_tags.html" . -}}
+
- {{ with .OutputFormats.Get "rss" -}} {{ printf `
-
- ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}
- {{- partial "style.html" . -}}
+ {{ with .OutputFormats.Get "rss" -}} {{ printf `
+
+ ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}
-
- {{- partial "custom_head.html" . -}}
-
+ {{- partial "custom_head.html" . -}}
+
-
- {{- block "main" . }}{{- end }}
-
+
+ {{- block "main" . }}{{- end }}
+
-
- {{- partial "custom_body.html" . -}}
-
+ {{- partial "custom_body.html" . -}}
+
+
+ ______ ____ _____ _____ _____ _________ _______ _ __ _ _ .' ___ ||_ \|_ _||_
+ _||_ _| | _ _ | |_ __ \ / |_ [ | / |_ / |_ / .' \_| | \ | | | | | | |_/ | |
+ \_|.---. _ .--. _ .--. _ __ | |__) |_ .--. ,--. `| |-'.---. | |--. .---.`|
+ |-'`| |-' | | ____ | |\ \| | | ' ' | | | / /__\\[ `/'`\][ `/'`\][ \ [ ] |
+ ___/[ `/'`\]`'_\ : | | / /'`\] | .-. |/ /__\\| | | | \ `.___] |_| |_\ |_ \
+ \__/ / _| |_ | \__., | | | | \ '/ / _| |_ | | // | |,| |,| \__. | | | ||
+ \__.,| |, | |, `._____.'|_____|\____| `.__.' |_____| '.__.'[___] [___] [\_:
+ / |_____| [___] \'-;__/\__/'.___.'[___]|__]'.__.'\__/ \__/ \__.' "A man is
+ not dead while his name is still spoken."
+
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d7b9807..ee0b227 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -12,6 +12,24 @@
{{ .Title }}
+
+
+
+
+
+
+
+ {{ range .Params.categories }}
+ {{ $url := printf "/categories/%s/" (. | urlize) }}
+•
+
{{ . }}
+ {{ end }}
+
+
+
+
{{ .Content }}
Permalink
@@ -127,9 +145,9 @@
-{{ $tocEnabled := default .Site.Params.toc .Params.toc }} {{ if $tocEnabled }}
-{{ partial "toc.html" . }}
-{{ end }}
+
+
+
@@ -308,5 +326,6 @@
{{ end }}
{{ end }}
+ 有想对我说的?发一封邮件吧。
{{ end }}
--
cgit v1.2.3