first commit
This commit is contained in:
3
themes/terminimal/templates/shortcodes/image.html
Normal file
3
themes/terminimal/templates/shortcodes/image.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% if src %}
|
||||
<img src="{{ src | safe }}"{% if alt %} alt="{{ alt }}"{% endif %} class="{% if position %}{{ position }}{% else -%} center {%- endif %}" {%- if style %} style="{{ style | safe }}" {%- endif %} />
|
||||
{% endif %}
|
Reference in New Issue
Block a user