diff --git a/layouts/post/list.html b/layouts/post/list.html index b88bdd9..b10928e 100644 --- a/layouts/post/list.html +++ b/layouts/post/list.html @@ -20,7 +20,7 @@ {{ if ne $idx ($s.Get "len") }}, {{end}} {{- end }} {{ else }} - + {{ .Params.author | default .Site.Params.author }} {{ end }} diff --git a/layouts/post/single.html b/layouts/post/single.html index 851a5e5..77ca7e6 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -23,7 +23,7 @@ {{ if ne $idx ($s.Get "len") }}, {{end}} {{- end }} {{ else }} - + {{ .Params.author | default .Site.Params.author }} {{ end }}