AliceTheme/_includes/image.html

6 lines
239 B
HTML
Raw Permalink Normal View History

2024-08-15 19:40:55 -03:00
<figure class="{{ include.align_class }}"
style="width:{{ include.width }};height:{{ include.height }};" >
<img src="{{ include.url }}" alt="{{ include.description }}">
<figcaption>{{ include.description }}</figcaption>
</figure>