From 8f3d03b1888fed23e6aa07d6077045e673357481 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 28 Aug 2024 22:54:34 +0200 Subject: sync theme --- themes/blowfish/layouts/partials/hero/background.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/blowfish/layouts/partials/hero/background.html') diff --git a/themes/blowfish/layouts/partials/hero/background.html b/themes/blowfish/layouts/partials/hero/background.html index 1f6e3fb..6679950 100644 --- a/themes/blowfish/layouts/partials/hero/background.html +++ b/themes/blowfish/layouts/partials/hero/background.html @@ -41,7 +41,7 @@ style="background-image:url({{ .RelPermalink }});"> {{ end }} {{ else }} - {{ with .Resize "1200x" }} + {{ with .Resize (print ($.Site.Params.backgroundImageWidth | default "1200") "x") }}
{{ end }} -- cgit v1.2.3