1
ewpratten.com/templates/shortcodes/clickable_photo.html
2022-11-26 10:27:18 -05:00

4 lines
108 B
HTML

<a href="{{path}}">
<img src="{{path}}" {% if alt %} alt="{{alt}}" {% endif %} loading="lazy">
</a>
<br>