aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-09-20 09:16:08 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-09-20 09:16:08 -0400
commit875917a4baef9de5e7695108359d24a2052be882 (patch)
tree06dd6a16294e5c5940e11c9c46d37fb15bc4593f
parent7c425a1e3a50b893e828c9e2e031c12967757f69 (diff)
parent0fdf013bb8cd3a8005a9a4d64411e62c8e8a552a (diff)
downloadkompetenzbolzen.github.io-875917a4baef9de5e7695108359d24a2052be882.tar.gz
Merge pull request #26 from hunjaelee/patch-1
Fix mailto links
-rw-r--r--_includes/svg-icons.html4
1 files changed, 2 insertions, 2 deletions
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 %}<a href="http://dribbble.com/{{ site.footer-links.dribbble }}">{% include svg-icons/dribbble.html %}</a>{% endif %}
- {% if site.footer-links.email %}<a href="mailto: {{ site.footer-links.email }}">{% include svg-icons/email.html %}</a>{% endif %}
+ {% if site.footer-links.email %}<a href="mailto:{{ site.footer-links.email }}">{% include svg-icons/email.html %}</a>{% endif %}
{% if site.footer-links.facebook %}<a href="http://facebook.com/{{ site.footer-links.facebook }}">{% include svg-icons/facebook.html %}</a>{% endif %}
{% if site.footer-links.flickr %}<a href="http://flickr.com/{{ site.footer-links.flickr }}">{% include svg-icons/flickr.html %}</a>{% endif %}
{% if site.footer-links.github %}<a href="http://github.com/{{ site.footer-links.github }}">{% include svg-icons/github.html %}</a>{% endif %}
@@ -8,4 +8,4 @@
{% if site.footer-links.pinterest %}<a href="http://pinterest.com/{{ site.footer-links.pinterest }}">{% include svg-icons/pinterest.html %}</a>{% endif %}
{% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml">{% include svg-icons/rss.html %}</a>{% endif %}
{% if site.footer-links.twitter %}<a href="http://twitter.com/{{ site.footer-links.twitter }}">{% include svg-icons/twitter.html %}</a>{% endif %}
- {% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}">{% include svg-icons/stackoverflow.html %}</a>{% endif %} \ No newline at end of file
+ {% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}">{% include svg-icons/stackoverflow.html %}</a>{% endif %}