From dacf98f197e116c1b2449e9f2ac4470f1e8a167e Mon Sep 17 00:00:00 2001 From: MChlebosz Date: Fri, 7 Apr 2023 00:40:56 +0200 Subject: [PATCH] author.image SmartCrop Issue --- layouts/partials/author.html | 2 +- layouts/partials/home/profile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/author.html b/layouts/partials/author.html index f8face0e..d482d3a6 100644 --- a/layouts/partials/author.html +++ b/layouts/partials/author.html @@ -3,7 +3,7 @@ {{ with .Site.Author.image }} {{ $authorImage := resources.Get . }} {{ if $authorImage }} - {{ $authorImage := $authorImage.Fill "192x192" }} + {{ $authorImage := $authorImage.Fill "192x192 Center" }}