<footer class=“center”>

<div class="measure">
  <small>
    Theme crafted with &lt;3 by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).<br>
    &lt;/&gt; available on <a href="https://github.com/johnotander/pixyll">GitHub</a>.
  </small>
</div>

</footer> {% if site.enable_anchorjs %}<!– AnchorJS –> <script src=“cdnjs.cloudflare.com/ajax/libs/anchor-js/3.0.0/anchor.min.js”>> <script>

anchors.options.visible = 'always';
anchors.add('article h2, article h3, article h4, article h5, article h6');

</script>{% endif %}