summaryrefslogtreecommitdiff
path: root/layouts/shortcodes
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/img.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html
index 013637a..8685a99 100644
--- a/layouts/shortcodes/img.html
+++ b/layouts/shortcodes/img.html
@@ -1 +1 @@
-<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}'>
+<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}' class='{{ .Get "size" }}'>