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, 0 insertions, 3 deletions
diff --git a/themes/danix-xyz-hacker/layouts/shortcodes/gal-img.html b/themes/danix-xyz-hacker/layouts/shortcodes/gal-img.html
deleted file mode 100644
index b9f8098..0000000
--- a/themes/danix-xyz-hacker/layouts/shortcodes/gal-img.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<div class="{{ .Get "divClass" }}">
- <img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" class="image fit" />
-</div>