Update svg-icons.html

This commit is contained in:
Holger Reinhardt 2015-11-05 18:19:15 +01:00
parent 13b384be91
commit cc021c4afa
1 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,5 @@
{% if site.footer-links.twitter %}<a href="https://www.twitter.com/{{ site.footer-links.twitter }}"><i class="svg-icon twitter"></i></a>{% endif %}
{% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}"><i class="svg-icon stackoverflow"></i></a>{% endif %}
{% if site.footer-links.youtube %}<a href="https://youtube.com/{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %}
{% if site.footer-links.googleplus %}<a href="https://plus.google.com/{{ site.footer-links.googleplus }}"><i class="svg-icon googleplus"></i></a>{% endif %}
{% if site.footer-links.googleplus %}<a href="https://plus.google.com/{{ site.footer-links.googleplus }}"><i class="svg-icon googleplus"></i></a>{% endif %}
{% if site.footer-links.slideshare %}<a href="https://slideshare.com/{{ site.footer-links.slideshare }}"><i class="svg-icon slideshare"></i></a>{% endif %}