Skip to content

Instantly share code, notes, and snippets.

@elipousson
Created October 16, 2015 15:08
Show Gist options
  • Save elipousson/0ae405befe374535e65f to your computer and use it in GitHub Desktop.
Save elipousson/0ae405befe374535e65f to your computer and use it in GitHub Desktop.
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/1.3.0/anchor.min.js"></script>
<script>
anchors.options = {
placement: 'left'
};
anchors.add('h2,h3');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment