From 3ca79f59fecf0e5473d9e8658f458a31dac35b33 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 10 Oct 2020 19:41:44 +0530 Subject: [PATCH] post-cover: fix strange `/./ ` in cover image url 2 #13 --- layouts/_default/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}