diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-17 18:30:56 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-17 18:30:56 -0400 |
| commit | 6de8b05f67b89e5aeddc1911006fac6fe862a8f3 (patch) | |
| tree | 02b628b0a1597b22af6b38d1fa1f9c8f4d5bf71d | |
| parent | 284cb21009f85ecb2dde5a3275134a9c60450e13 (diff) | |
| download | acn-blog-6de8b05f67b89e5aeddc1911006fac6fe862a8f3.tar.gz acn-blog-6de8b05f67b89e5aeddc1911006fac6fe862a8f3.tar.bz2 acn-blog-6de8b05f67b89e5aeddc1911006fac6fe862a8f3.zip | |
Comment updates to _config.yml
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 700a6dd..958a017 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,7 +43,7 @@ <div class="wrapper-footer"> <div class="container"> <footer class="footer"> - {% if site.footer-links.github %}<a href="http://dribbble.com/{{ site.footer-links.dribbble }}">{% include svg-icons/dribbble.html %}</a>{% endif %} + {% 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.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 %} |
