1
ewpratten.com/old/templates/shortcodes/clickable_photo.html
2023-01-29 20:13:06 -05:00

4 lines
108 B
HTML

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