From f67caf19b9a19c6713884f156ba67a142ff3910d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20F=2E=20A=2E=20de=20Pr=C3=A1?= Date: Thu, 24 Feb 2022 13:54:38 -0300 Subject: Add relUrl for featuredImage --- layouts/posts/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 61f11f7..f102380 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -16,7 +16,7 @@
- @@ -33,7 +33,7 @@
{{ if .Params.featuredImage }} - Featured image + Featured image {{ end }} {{ .Content }}
-- cgit v1.2.3