fixed anchor links

This commit is contained in:
Kevin Ross 2015-12-24 11:01:16 -06:00
parent 9886b2f7ce
commit 28ca6de3c9

View File

@ -122,4 +122,7 @@ $(() => {
$('body').bootstrapMaterialDesign()
app.initializeDemos()
anchors.options.placement = 'left';
anchors.add('.bd-content > h1, .bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5')
})