box.html: featured_image should be shown with a maximum of 128x128 px

This commit is contained in:
Rico Ullmann 2022-03-25 22:28:19 +01:00
parent 263565620a
commit 35adc986da
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<a class="box" href="{{ .Permalink }}" aria-label="{{ .Title }}">
<div class="is-flex">
{{ with .Params.featured_image }}
<figure class="image is-48x48" style="margin-right: 0.5em;">
<figure class="image is-128x128" style="margin-right: 0.5em;">
<img alt="{{ . }}" src="{{ . }}" />
</figure>
{{ end }}