aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-05 00:44:35 -0400
committertdro <tdro@noreply.example.com>2022-10-05 00:44:35 -0400
commitb05c0102b5dad160a7cf98e7e2ec21cd0411287a (patch)
treed4efa091fe71cc006dd1972077e63eab400421f9
parente825cd4c19f1121306e9aac6cb63b81bf289cde2 (diff)
downloadcanory-b05c0102b5dad160a7cf98e7e2ec21cd0411287a.tar.gz
canory-b05c0102b5dad160a7cf98e7e2ec21cd0411287a.tar.bz2
canory-b05c0102b5dad160a7cf98e7e2ec21cd0411287a.zip
themes/default/layouts/partials/author-picture: Expose webp source
-rw-r--r--themes/default/layouts/partials/author-picture.html2
1 files changed, 1 insertions, 1 deletions
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" -}}