Fix missing "pure-img" class on resource_image shortcode

pull/70/head
sixtus 2022-12-08 21:27:09 +01:00
parent 75bdae52e1
commit 21bf40051d
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@
{{- end }}
{{- $img := resources.Get $src | resources.Fingerprint }}
<p>
<img class="centered pad-vertical" src="{{ $img.RelPermalink }}" alt="{{ $alt }}">
<img class="pure-img centered pad-vertical" src="{{ $img.RelPermalink }}" alt="{{ $alt }}">
</p>