added shortcode for image with fixed max-width (imgwwidth)
This commit is contained in:
parent
2b7198b032
commit
210793da66
|
@ -0,0 +1 @@
|
|||
<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}' style='max-width: {{ .Get "width" }};' />
|
Loading…
Reference in New Issue