working on social icons presentation. Still needs some heavy lifting.
[theme-danix.xyz.git] / layouts / partials / funcs / svg.html
diff --git a/layouts/partials/funcs/svg.html b/layouts/partials/funcs/svg.html
new file mode 100644 (file)
index 0000000..44e167b
--- /dev/null
@@ -0,0 +1,4 @@
+<span class="inline-svg">
+{{ $svg := .Get 0 }}
+{{ readFile ( print "SVGs/" . ".svg" ) | safeHTML  }}
+</span>