From a6eefc5d45f53f64d67b0377bc183fbaeeb77c72 Mon Sep 17 00:00:00 2001 From: Sebastian Pech Date: Sun, 16 Jan 2022 08:46:43 +0100 Subject: Header image resize aligned --- layouts/partials/content_card_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/content_card_header.html b/layouts/partials/content_card_header.html index 89cdf56..fd374a7 100644 --- a/layouts/partials/content_card_header.html +++ b/layouts/partials/content_card_header.html @@ -22,7 +22,7 @@ {{ $thumb := .Resize "1108x" }} {{ $sitetitle }} {{ else }} - {{ $thumb := .Resize "360x" }} + {{ $thumb := .Fill "360x270 center" }} {{ $sitetitle }} {{ end }} {{ end }} -- cgit v1.2.3