diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html
index 4a58e6f..b96c32c 100644
--- a/_includes/svg-icons.html
+++ b/_includes/svg-icons.html
@@ -1,5 +1,5 @@
{% if site.footer-links.dribbble %}{% include svg-icons/dribbble.html %}{% endif %}
- {% if site.footer-links.email %}{% include svg-icons/email.html %}{% endif %}
+ {% if site.footer-links.email %}{% include svg-icons/email.html %}{% endif %}
{% if site.footer-links.facebook %}{% include svg-icons/facebook.html %}{% endif %}
{% if site.footer-links.flickr %}{% include svg-icons/flickr.html %}{% endif %}
{% if site.footer-links.github %}{% include svg-icons/github.html %}{% endif %}
@@ -8,4 +8,4 @@
{% 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 %}
- {% if site.footer-links.stackoverflow %}{% include svg-icons/stackoverflow.html %}{% endif %}
\ No newline at end of file
+ {% if site.footer-links.stackoverflow %}{% include svg-icons/stackoverflow.html %}{% endif %}