diff --git a/layouts/partials/posts-template.html b/layouts/partials/posts-template.html index 7a55ce3..b8c4e37 100644 --- a/layouts/partials/posts-template.html +++ b/layouts/partials/posts-template.html @@ -38,7 +38,7 @@ {{ .Params.author }} {{ with .Params.authorimage }} {{ with resources.Get . }} - {{ $authorimage := (.Resize "400x webp").RelPermalink }} + {{ $authorimage := (.Resize "40x webp").RelPermalink }} {{ end }} {{ end }}