footer.html 634 B

12345678910111213141516
  1. <footer class="center">
  2. <div class="measure">
  3. <small>
  4. Theme crafted with &lt;3 by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).<br>
  5. &lt;/&gt; available on <a href="https://github.com/johnotander/pixyll">Github</a>.
  6. </small>
  7. </div>
  8. </footer>
  9. {% if site.enable_anchorjs %}<!-- AnchorJS -->
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.0.0/anchor.min.js"></script>
  11. <script>
  12. anchors.options.visible = 'always';
  13. anchors.add('article h1, article h2, article h3, article h4, article h5, article h6');
  14. </script>{% endif %}