16 lines
591 B
HTML
16 lines
591 B
HTML
<footer>
|
|
<div class="content">
|
|
<div class="grid4 first">
|
|
<p>By <a href="http://tom.preston-werner.com">Tom Preston-Werner</a>, <a href="http://quaran.to/">Nick Quaranto</a>, and many more <a href="https://github.com/mojombo/jekyll/graphs/contributors">awesome contributors</a>.</p>
|
|
</div>
|
|
<div class="grid8 align-right">
|
|
<p>Proudly hosted by</p>
|
|
<a href="https://github.com">
|
|
<img src="{{ site.url }}/img/footer-logo.png" alt="GitHub • Social coding">
|
|
</a>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</footer>
|
|
<div class="clear"></div>
|