diff options
| author | eringrand <eringrand@gmail.com> | 2015-03-17 16:16:08 -0400 |
|---|---|---|
| committer | eringrand <eringrand@gmail.com> | 2015-03-17 16:16:08 -0400 |
| commit | d8d124475dc398df010369b5061b911dcbdfbd77 (patch) | |
| tree | 555f4ff14bf5f5a1aaf20a05a7d5845ab97c0ad3 /_includes | |
| parent | b56f969828291d96e841fca5345d5750d79694d2 (diff) | |
| download | acn-blog-d8d124475dc398df010369b5061b911dcbdfbd77.tar.gz acn-blog-d8d124475dc398df010369b5061b911dcbdfbd77.tar.bz2 acn-blog-d8d124475dc398df010369b5061b911dcbdfbd77.zip | |
added ability to include G+ icon
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/svg-icons.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html index 2d4e223..17a560d 100644 --- a/_includes/svg-icons.html +++ b/_includes/svg-icons.html @@ -9,4 +9,5 @@ {% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml"><i class="svg-icon rss"></i></a>{% endif %} {% if site.footer-links.twitter %}<a href="http://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="http://youtube.com/{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %}
\ No newline at end of file +{% if site.footer-links.youtube %}<a href="http://youtube.com/{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %} +{% if site.footer-links.googleplus %}<a href="http://plus.google.com/{{ site.footer-links.googleplus }}"><i class="svg-icon googleplus"></i></a>{% endif %}
\ No newline at end of file |
