website/layouts/_default/_markup/render-image.html
2023-01-15 01:59:37 +01:00

4 lines
No EOL
241 B
HTML

<p class="md-img {{ with .Text }}with-text{{ end }}">
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title }} title="{{ . }}"{{ end }} loading="lazy" />
</p>
{{ with .Text }}<p class="md-img-text">{{ . }}</p>{{ end }}