diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-29 23:16:58 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-29 23:16:58 +0100 |
| commit | fb0d8f212bb4c7544590fb9b2ae298f346814519 (patch) | |
| tree | da00a160e75afa19368bbdb2c01b994f5f59b124 /layouts/shortcodes | |
| parent | 0b5462cb77a2412ab0ed1f118563a2252bd6c4d3 (diff) | |
Update to copied guides and hugo templates
Diffstat (limited to 'layouts/shortcodes')
| -rw-r--r-- | layouts/shortcodes/img.html | 2 |
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" }}'> |
