add image shortcode
This commit is contained in:
parent
d9bcef641e
commit
7e8ddd7939
5 changed files with 11 additions and 6 deletions
3
layouts/shortcodes/image.html
Normal file
3
layouts/shortcodes/image.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<center>
|
||||
<img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" />
|
||||
</center>
|
Loading…
Add table
Add a link
Reference in a new issue