1
ewpratten.com/backup/templates/shortcodes/clickable_photo.html
2023-02-02 20:05:03 -05:00

4 lines
108 B
HTML

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