From f9ccae8e3fd6a7cd78b0dd19ed924d96ec4c482b Mon Sep 17 00:00:00 2001 From: TheGroundZero <2406013+TheGroundZero@users.noreply.github.com> Date: Fri, 24 Jul 2020 19:09:46 +0200 Subject: [PATCH] Use relURL for post-cover Use relURL instead of statically adding a / in front of the path. Otherwise, this would give issues with external URLs. Also assumes user would know that a / is added in front of the path, making it relative to the root. --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 21bce3b..5275c6b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -24,7 +24,7 @@ {{- end }} {{ with .Params.Cover }} - + {{ end }}