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