From 17510254b836ef3ad103efb6442cf14653fc179d Mon Sep 17 00:00:00 2001 From: Chaoming Li Date: Thu, 21 Nov 2024 23:18:07 +1100 Subject: [PATCH] fixed the blog title issue --- layouts/_default/list.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 86cb090..c9d1749 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -3,6 +3,11 @@
{{ if .IsHome }}

{{ .Site.Title }}

+ {{ else if eq .Section "blog" }} +

{{ .Site.Params.blog.title }}

+ {{ with .Site.Params.blog.subtitle }} +
{{ . }}
+ {{ end }} {{ else }}

{{ .Title }}

{{ with .Description }}