aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/social-icon.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/partials/social-icon.html')
-rw-r--r--site/layouts/partials/social-icon.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/layouts/partials/social-icon.html b/site/layouts/partials/social-icon.html
new file mode 100644
index 0000000..6d616be
--- /dev/null
+++ b/site/layouts/partials/social-icon.html
@@ -0,0 +1,7 @@
+<li class="dib ph2">
+ <a href="{{.link}}" class="link bg-white black db relative br-100 pa2 raise">
+ <svg width="16px" height="16px" class="db">
+ <use xlink:href="#{{.svg}}"></use>
+ </svg>
+ </a>
+</li>