Files
blog_os/layouts/partials/anchorjs.html
2016-05-02 17:30:12 +02: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>