changed something kek
This commit is contained in:
4
templates/shortcodes/img.html
Normal file
4
templates/shortcodes/img.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div {% if class %}class="{{class}}"{% endif %}>
|
||||
<img src="{{id}}" {% if alt %}alt="{{alt}}"{% endif %}>
|
||||
{% if caption %}<div class="caption">{{caption}}</div>{% endif %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user