From 296445a12a660e07fa52e4a69eae1a9771a877b6 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 29 Oct 2023 17:19:18 +0900 Subject: [PATCH] Update themes/mytheme/layouts/partials/head.html --- themes/mytheme/layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/mytheme/layouts/partials/head.html b/themes/mytheme/layouts/partials/head.html index 86ab33b..18318db 100644 --- a/themes/mytheme/layouts/partials/head.html +++ b/themes/mytheme/layouts/partials/head.html @@ -6,6 +6,7 @@ {{- else }} {{- end }} + {{- /* Title */}} {{ if .IsHome }}{{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ site.Title }}