From b05c0102b5dad160a7cf98e7e2ec21cd0411287a Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 5 Oct 2022 00:44:35 -0400 Subject: themes/default/layouts/partials/author-picture: Expose webp source --- themes/default/layouts/partials/author-picture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/layouts/partials/author-picture.html b/themes/default/layouts/partials/author-picture.html index d5d87f4..b03f673 100644 --- a/themes/default/layouts/partials/author-picture.html +++ b/themes/default/layouts/partials/author-picture.html @@ -20,7 +20,7 @@ {{- $height := $image.Height -}} {{- $source := $image.RelPermalink -}} {{- $alternate := $author.name -}} -{{- $sourceset := $image.OptRelPermalink -}} +{{- $sourceset := $image.AltRelPermalink -}} {{- with .Params.feed.image -}} {{- $width = "64" -}} -- cgit v1.2.3