Added imagesresize shortcode
This commit is contained in:
parent
4fd5322c07
commit
f8eb2c0d0a
3
xavishobbies/layouts/shortcodes/imageresize.html
Normal file
3
xavishobbies/layouts/shortcodes/imageresize.html
Normal file
@ -0,0 +1,3 @@
|
||||
<img src="{{ .Get 0 }}" alt="{{ .Get 1 }}" style="display: block; margin: 0 auto; height: {{ .Get 2 }}px; width: auto;">
|
||||
|
||||
<figcaption>{{ .Get 3 }}</figcaption>
|
Loading…
Reference in New Issue
Block a user