aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/themes/hugo-xmag/layouts/partials/header.html
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-08-02 14:11:35 +0800
committer简律纯 <i@jyunko.cn>2024-08-02 14:11:35 +0800
commit4ad317b99bec9489726630c30f4e1956d1a3820a (patch)
tree55a0fd82690dd10b70790ed97ca96192496f01e2 /themes/hugo-xmag/layouts/partials/header.html
parent98880d29d8fd8b44fc5677dd44dd758bf7ff0d44 (diff)
downloadjournal-4ad317b99bec9489726630c30f4e1956d1a3820a.tar.gz
journal-4ad317b99bec9489726630c30f4e1956d1a3820a.zip
docs: upload icon
Diffstat (limited to 'themes/hugo-xmag/layouts/partials/header.html')
-rw-r--r--themes/hugo-xmag/layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-xmag/layouts/partials/header.html b/themes/hugo-xmag/layouts/partials/header.html
index 1d3b190..0cf6c98 100644
--- a/themes/hugo-xmag/layouts/partials/header.html
+++ b/themes/hugo-xmag/layouts/partials/header.html
@@ -31,7 +31,7 @@
{{ end }}
{{ else }}
<span>{{ $.Scratch.Get "Title" }}</span>
- <span>{{ .Site.Params.text.last_update }}{{ now.Format "2006-01-02" }}</span>
+ <span>最近更新: {{ .Site.Params.text.last_update }}{{ now.Format "2006-01-02" }}</span>
{{ $pages := .Pages }}
{{ if .IsHome }}{{ $pages = .Site.RegularPages }}{{ end }}
{{ $paginator := .Paginate (where $pages "Section" "!=" "") }}