Added Shortcode for Embedding Images
This commit is contained in:
parent
21138c416c
commit
8b107d63db
2
xavishobbies/layouts/shortcodes/image_sc.html
Normal file
2
xavishobbies/layouts/shortcodes/image_sc.html
Normal file
@ -0,0 +1,2 @@
|
||||
<img class="resize" src="{{ .Get 0 }}" alt="{{ .Get 1 }}" />
|
||||
<figcaption>{{ .Get 2 }}</figcaption>
|
Loading…
Reference in New Issue
Block a user