diff options
| author | Barry Clark <barry@barryclark.co> | 2014-04-30 18:16:38 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-04-30 18:16:38 -0400 |
| commit | 6162c15762d7391356f9c635f57409c482d60f06 (patch) | |
| tree | 1991774a893ff61e7d89d19c82ad4bcc0e1d9f2e /_layouts/default.html | |
| parent | 649b28276e31ec7b5074ead112fa358063debb62 (diff) | |
| download | blog-universedg-6162c15762d7391356f9c635f57409c482d60f06.tar.gz blog-universedg-6162c15762d7391356f9c635f57409c482d60f06.tar.bz2 blog-universedg-6162c15762d7391356f9c635f57409c482d60f06.zip | |
social icons for github and twitter as pngs
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 77e9cd9..f424fff 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -37,10 +37,8 @@ <div id="main" role="main">{{ content }}</div> <footer class="footer"> - <ul> - <li><a href="http://github.com/{{ site.links.github }}">{{ site.links.github }} on GitHub</a></li> - <li><a href="http://twitter.com/{{ site.links.twitter }}">{{ site.links.twitter }} on Twitter</a></li> - </ul> + {% if site.links.github %}<a href="http://github.com/{{ site.links.github }}"><img class="footer-icon" src="/images/icon-github.png" /></a>{% endif %} + {% if site.links.twitter %}<a href="http://twitter.com/{{ site.links.github }}"><img class="footer-icon" src="/images/icon-twitter.png" /></a>{% endif %} </footer> {% include analytics.html %} |
