Fix indenting

This commit is contained in:
Aroy-Art 2024-03-26 20:23:01 +01:00
parent 97c8404d54
commit 286023d348
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -36,7 +36,7 @@
{{ else }}
<a class="item item-center image-popup-gallery" data-mfp-src="{{ $image.RelPermalink }}">
<img class="img-fluid AC-img" data-lazy="{{ $thumb.RelPermalink }}" onerror='this.onerror=null,this.src="{{ $thumb.RelPermalink }}"' alt="{{ .name }}" title="{{ .name }}">
<img class="img-fluid AC-img" data-lazy="{{ $thumb.RelPermalink }}" onerror='this.onerror=null,this.src="{{ $thumb.RelPermalink }}"' alt="{{ .name }}" title="{{ .name }}">
</a>
{{ end }}