fediversity_website/themes/nluug/layouts/_default/_markup/render-image.html

9 lines
123 B
HTML
Raw Normal View History

<img
src="{{ .Destination | safeURL }}"
alt="{{ .Text }}"
loading="lazy"
decoding="async"
class="full-width"
/>