box.html: do not round images in overview

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

View File

@ -2,7 +2,7 @@
<div class="is-flex">
{{ with .Params.featured_image }}
<figure class="image is-48x48" style="margin-right: 0.5em;">
<img alt="{{ . }}" class="is-rounded" src="{{ . }}" />
<img alt="{{ . }}" src="{{ . }}" />
</figure>
{{ end }}
<div>