diff --git a/_config.yml b/_config.yml
index 20303cc..45101de 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,6 +27,7 @@ footer-links:
pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: jekyllrb
+ stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
# Your disqus shortname, entering this will enable commenting on posts
disqus:
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 @@
+
+
+