aboutsummaryrefslogtreecommitdiff
path: root/_includes/svg_symbol.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/svg_symbol.html')
-rw-r--r--_includes/svg_symbol.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/svg_symbol.html b/_includes/svg_symbol.html
new file mode 100644
index 0000000..5c9127c
--- /dev/null
+++ b/_includes/svg_symbol.html
@@ -0,0 +1,3 @@
+<symbol id="{{ include.key }}" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="0 0 16 16">
+ {%- include social-icons/{{ include.key }}.svg -%}
+</symbol>