single.html: do not round images in recipe view

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

View File

@ -5,7 +5,7 @@
{{ with .Params.featured_image }}
<center>
<figure class="image is-128x128">
<img alt="{{ . }}" class="is-rounded" src="{{ . }}" />
<img alt="{{ . }}" src="{{ . }}" />
</figure>
</center>
{{ end }}