Shouting out other Jekyll starting points in the readme

This commit is contained in:
Barry Clark 2014-02-18 19:04:35 -05:00
parent 0df8994e5f
commit cbdd8d2d7b
6 changed files with 20 additions and 41 deletions

View file

@ -35,8 +35,13 @@
<div id="main" role="main">{{ content }}</div>
<footer>
<p></p>
<footer class="footer">
<ul>
<li><a href="http://github.com/{{ site.github }}">@{{ site.github }} on GitHub</a></li>
<li><a href="http://twitter.com/{{ site.twitter }}">@{{ site.twitter }} on Twitter</a></li>
<li><a href="http://instagram.com/{{ site.instagram }}">@{{ site.instagram }} on Instagram</a></li>
<li><a href="http://dribbble.com/{{ site.dribbble }}">@{{ site.dribbble }} on Dribbble</a></li>
</ul>
</footer>
{% include analytics.html %}