From e2cff9ae546b98aeb7cb5e3cf646031cfc5c1684 Mon Sep 17 00:00:00 2001 From: kentnek Date: Tue, 23 Jun 2020 22:24:43 +0800 Subject: [PATCH] fix title --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b2d508491..328609ee0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ - {{ .Page.Title }} + {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}