blog/_includes/image.html

8 lines
193 B
HTML

<table class="image">
<caption align="bottom">
{{ include.description }}
</caption>
<tr>
<td><img src="{{ include.url }}" alt="{{ include.description }}" /></td>
</tr>
</table>