diff --git a/layouts/_default/list.html b/layouts/_default/list.html index d788753e..474d7f76 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -36,7 +36,7 @@ {{- if (or (fileExists (path.Join "static" .Params.cover.image)) (hasPrefix .Params.cover.image "http://") (hasPrefix .Params.cover.image "https://")) }} {{ .Params.cover.alt | plainify }} {{- else}} - {{ .Params.cover.alt | plainify }} + {{ .Params.cover.alt | plainify }} {{- end}} {{- end }}