about summary refs log tree commit diff
path: root/layouts/partials/font-awesome.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/font-awesome.html')
-rw-r--r--layouts/partials/font-awesome.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/font-awesome.html b/layouts/partials/font-awesome.html
new file mode 100644
index 0000000..55bf1b1
--- /dev/null
+++ b/layouts/partials/font-awesome.html
@@ -0,0 +1,9 @@
+<span class="inline-svg" title="{{ .network }}" aria-label="{{ .network }}">
+
+{{ $dict := newScratch }}
+
+{{ $dict.Set "svg" (partial (print "fa-icons/" .iconName ".svg")) }}
+
+{{ $dict.Get "svg" | safeHTML }}
+
+</span>