summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/shortcodes/gal-img.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/shortcodes/gal-img.html')
-rw-r--r--themes/danix-xyz-hacker/layouts/shortcodes/gal-img.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/layouts/shortcodes/gal-img.html b/themes/danix-xyz-hacker/layouts/shortcodes/gal-img.html
new file mode 100644
index 0000000..b9f8098
--- /dev/null
+++ b/themes/danix-xyz-hacker/layouts/shortcodes/gal-img.html
@@ -0,0 +1,3 @@
+<div class="{{ .Get "divClass" }}">
+ <img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" class="image fit" />
+</div>