AliceTheme/_includes/image.html

6 lines
239 B
HTML

<figure class="{{ include.align_class }}"
style="width:{{ include.width }};height:{{ include.height }};" >
<img src="{{ include.url }}" alt="{{ include.description }}">
<figcaption>{{ include.description }}</figcaption>
</figure>