16 lines
649 B
HTML
16 lines
649 B
HTML
|
<footer role="contentinfo">
|
||
|
<div class="grid">
|
||
|
<div class="unit one-third center-on-mobiles">
|
||
|
<p>The contents of this website are © {{ site.time | date: '%Y' }} <a href="http://tom.preston-werner.com/">Tom Preston-Werner</a> under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT License</a>.</p>
|
||
|
</div>
|
||
|
<div class="unit two-thirds align-right center-on-mobiles">
|
||
|
<p>
|
||
|
Proudly hosted by
|
||
|
<a href="https://github.com">
|
||
|
<img src="/img/footer-logo.png" width="100" height="30" alt="GitHub • Social coding">
|
||
|
</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</footer>
|