premier commit
This commit is contained in:
5
templates/shortcodes/image.html
Normal file
5
templates/shortcodes/image.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<img
|
||||
src="{{ get_url(path=src) }}"
|
||||
alt="{{ alt | default(value='') }}"
|
||||
style="width: {{ width | default(value='auto') }}; height: {{ height | default(value='auto') }};"
|
||||
>
|
||||
Reference in New Issue
Block a user