From 30558c1dd9d8aa3d345140d1a003ca6fa0b9331d Mon Sep 17 00:00:00 2001 From: Xiangyun Huang Date: Mon, 4 Jul 2022 12:37:17 +0800 Subject: =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=AE=9A=E5=88=B6=E3=80=8C=E6=9C=80?= =?UTF-8?q?=E8=BF=91=E6=9B=B4=E6=96=B0=E3=80=8D=E7=9A=84=E6=96=87=E6=9C=AC?= =?UTF-8?q?=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index fbdb85e..8d2df71 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -31,7 +31,7 @@ {{ end }} {{ else }} {{ $.Scratch.Get "Title" }} - {{ now.Format "2006-01-02" }} + {{ .Site.Params.text.last_update }}{{ now.Format "2006-01-02" }} {{ $pages := .Pages }} {{ if .IsHome }}{{ $pages = .Site.RegularPages }}{{ end }} {{ $paginator := .Paginate (where $pages "Section" "!=" "") }} -- cgit v1.2.3