mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -05:00
This is the big site redesign by @cobyism. To work with the new site deployment mechanism, it is being copied from the gh-pages branch of that PR into the existing site dir. Before we finally deploy the new site, we should remember to merge #583 so that we keep all the history from that PR.
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>
|