From 0fe91fc202581e817fccc29169255fe9a1b9bccb Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Sat, 1 Aug 2020 15:48:07 +0200 Subject: [PATCH] fix(header_image): remote relURL to make this work when hosted in a subdir See https://github.com/gohugoio/hugoThemes/issues/881#issuecomment-667532072 --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 6e3b167..edea3f3 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,7 @@ {{ define "main" }} {{ $headless := .Site.GetPage "/homepage" }} {{ $sections := $headless.Resources.ByType "page" }} -