hexaitos.com/_includes/img/small.html

6 lines
228 B
HTML
Raw Normal View History

2024-11-18 23:05:54 +00:00
<figure class="small-image">
<a target="_blank" href="{{ include.src }}">
<img src="{% thumbnail_img include.src 1200 %}" alt="{{ include.alt }}">
</a>
<figcaption>{{ include.caption }}</figcaption>
</figure>