diff options
author | tdro <tdro@noreply.example.com> | 2022-10-05 00:44:35 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-10-05 00:44:35 -0400 |
commit | b05c0102b5dad160a7cf98e7e2ec21cd0411287a (patch) | |
tree | d4efa091fe71cc006dd1972077e63eab400421f9 /themes | |
parent | e825cd4c19f1121306e9aac6cb63b81bf289cde2 (diff) | |
download | canory-b05c0102b5dad160a7cf98e7e2ec21cd0411287a.tar.gz canory-b05c0102b5dad160a7cf98e7e2ec21cd0411287a.tar.bz2 canory-b05c0102b5dad160a7cf98e7e2ec21cd0411287a.zip |
themes/default/layouts/partials/author-picture: Expose webp source
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/layouts/partials/author-picture.html | 2 |
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" -}} |