Files
86box.github.io/_includes/imageheading.html
2021-12-03 18:57:44 -03:00

5 lines
155 B
HTML

{{ include.separator | default: "<hr />" }}
<figure class="image">
<img src="{{ include.url }}" alt="{{ include.heading }}" class="heading" />
</figure>