From 0fdf013bb8cd3a8005a9a4d64411e62c8e8a552a Mon Sep 17 00:00:00 2001 From: Hun Jae Lee Date: Wed, 17 Sep 2014 19:26:21 -0400 Subject: Fix mailto link code So that the created link is `mailto:email@example.com` instead of `mailto: email@example.com` (note the space after `mailto:`) --- _includes/svg-icons.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes') 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 %} -- cgit v1.2.3