summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/img.html
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-29 23:16:58 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-29 23:16:58 +0100
commitfb0d8f212bb4c7544590fb9b2ae298f346814519 (patch)
treeda00a160e75afa19368bbdb2c01b994f5f59b124 /layouts/shortcodes/img.html
parent0b5462cb77a2412ab0ed1f118563a2252bd6c4d3 (diff)
Update to copied guides and hugo templates
Diffstat (limited to 'layouts/shortcodes/img.html')
-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" }}'>