add image captions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% if text %}
|
||||
<div class="icaption-{% if position %}{{ position }}{% else -%}center{%- endif %}" {%- if style %} style="{{ style | safe }}"{%- endif %}>
|
||||
<i>{{ text | safe }}</i>
|
||||
</div>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user