summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/svg.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/svg.html')
-rw-r--r--layouts/shortcodes/svg.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/shortcodes/svg.html b/layouts/shortcodes/svg.html
deleted file mode 100644
index d042bb0..0000000
--- a/layouts/shortcodes/svg.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<span class="inline-svg{{ with .Get "class" }} {{ . }}{{ end }}">
-{{- $fname := print "SVGs/" ( .Get "name" ) ".svg" -}}
-{{ $icon := resources.Get $fname }}
-{{ $icon.Content | safeHTML }}
-</span>