Revision c7f007686a4cf3cd228bcf5220237a325ba5c5c2 authored by jekyllbot on 05 March 2018, 22:16:01 UTC, committed by jekyllbot on 05 March 2018, 22:16:01 UTC
1 parent ebcd830
Raw File
footer.html
<footer>
  <div class="grid">
    <div class="unit one-third center-on-mobiles">
      <p>The contents of this website are <br />&copy;&nbsp;{{ site.time | date: '%Y' }} under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT&nbsp;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>
back to top