Change anchor placement right->left

This commit is contained in:
AhyoungRyu 2016-06-12 11:00:00 -07:00
parent 21be556592
commit 05e0f366bf

View file

@ -110,7 +110,7 @@ $(function() {
// Display anchor links when hovering over headers. For documentation of the
// configuration options, see the AnchorJS documentation.
anchors.options = {
placement: 'right'
placement: 'left'
};
anchors.add();