aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-picture.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-12 00:18:13 -0400
committertdro <tdro@noreply.example.com>2022-06-12 00:18:40 -0400
commit448e8d47685657394811e704188abf85687d47a7 (patch)
treed043bc97b107748a89f85c5a85cd370864ad09a7 /themes/default/layouts/partials/author-picture.html
parentea9c7faaaa82401bc8e32efd40c353a2696ac0b9 (diff)
downloadcanory-448e8d47685657394811e704188abf85687d47a7.tar.gz
canory-448e8d47685657394811e704188abf85687d47a7.tar.bz2
canory-448e8d47685657394811e704188abf85687d47a7.zip
themes/default/layouts/partials/author-picture: 96px to 160px
Diffstat (limited to 'themes/default/layouts/partials/author-picture.html')
-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 e583233..9499185 100644
--- a/themes/default/layouts/partials/author-picture.html
+++ b/themes/default/layouts/partials/author-picture.html
@@ -3,7 +3,7 @@
{{- $image := resources.Get $path -}}
{{- $404origin := print "/images/404.png" -}}
{{- $404image := imageConfig (print "static/" $404origin) -}}
-{{- $dimensions := "96x96" -}}
+{{- $dimensions := "160x160" -}}
{{- with .Params.feed -}}
{{- else -}}