Add missing anchorjs partial

This commit is contained in:
Philipp Oppermann
2016-05-02 17:30:12 +02:00
parent 5ec5a5828d
commit 01f32ba33e

View File

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