Files
blog_os/_includes/anchorjs.html
2016-01-17 15:22:42 +01:00

7 lines
169 B
HTML

<script type="text/javascript">
anchors.options = {
placement: 'left',
};
anchors.add('article h2, article h3, article h4, article h5, article h6');
</script>