From ca618a6bd49957cb52ec48d937643fd2c4f32df7 Mon Sep 17 00:00:00 2001 From: Bart Kiers Date: Tue, 5 Aug 2014 08:22:02 +0200 Subject: Added stackoverflow SVG. --- _includes/svg-icons.html | 3 ++- _includes/svg-icons/stackoverflow.html | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 _includes/svg-icons/stackoverflow.html (limited to '_includes') diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html index cb6735d..4a58e6f 100644 --- a/_includes/svg-icons.html +++ b/_includes/svg-icons.html @@ -7,4 +7,5 @@ {% if site.footer-links.linkedin %}{% include svg-icons/linkedin.html %}{% endif %} {% if site.footer-links.pinterest %}{% include svg-icons/pinterest.html %}{% endif %} {% if site.footer-links.rss %}{% include svg-icons/rss.html %}{% endif %} - {% if site.footer-links.twitter %}{% include svg-icons/twitter.html %}{% endif %} \ No newline at end of file + {% if site.footer-links.twitter %}{% include svg-icons/twitter.html %}{% endif %} + {% if site.footer-links.stackoverflow %}{% include svg-icons/stackoverflow.html %}{% endif %} \ No newline at end of file diff --git a/_includes/svg-icons/stackoverflow.html b/_includes/svg-icons/stackoverflow.html new file mode 100644 index 0000000..77697cb --- /dev/null +++ b/_includes/svg-icons/stackoverflow.html @@ -0,0 +1,16 @@ + + + + + Layer 1 + + + + + + + + + + + -- cgit v1.2.3