Files
86box.github.io/_includes/imageheading.html
2021-12-02 19:29:00 -03:00

5 lines
219 B
HTML

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