summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/shortcodes/inTextImg.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts/shortcodes/inTextImg.html')
-rw-r--r--themes/PaperMod/layouts/shortcodes/inTextImg.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/PaperMod/layouts/shortcodes/inTextImg.html b/themes/PaperMod/layouts/shortcodes/inTextImg.html
deleted file mode 100644
index 0239fd6..0000000
--- a/themes/PaperMod/layouts/shortcodes/inTextImg.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{{- $Img := (.Get "url") }}
-{{- $height := (.Get "height") }}
-{{- $alt := (.Get "alt") }}
-
-<img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}">