1
ewpratten.com/templates/shortcodes/clickable_photo.html

4 lines
93 B
HTML

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