footer.html 631 Bytes
Newer Older
Cole Bemis's avatar
Cole Bemis committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<footer class="section footer">
  <div class="container footer-container">
    <div class="footer-main">
    <ul class="footer-links">
      <li class="footer-link"><a href="#">Donate</a></li>
      <li class="footer-link"><a href="#">GitHub</a></li>
      <li class="footer-link"><a href="#">Release Notes</a></li>
      <li class="footer-link"><a href="#">License</a></li>
      <li class="footer-link"><a href="#">Contact</a></li>
    </ul>
    <p class="made-with-love"><a href="#">Made with &lt;3 by Cole Bemis</a></p>
    </div>
    <p class="icon-count">{{ site.data.icons | size }} icons and counting</p>
  </div>
Cole Bemis's avatar
Cole Bemis committed
15
</footer>