Files
86box.github.io/_includes/imageheading.html
2021-12-01 17:13:52 -03:00

5 lines
182 B
HTML

<hr />
<figure class="image" style="text-align: center;">
<img src="{{ include.url }}" alt="{{ include.heading }}" style="max-width: 100%; width: auto; height: auto;" />
</figure>