Add more link icons

This commit is contained in:
Jeremy Thomas
2018-04-11 02:11:12 +01:00
parent 89f2c47003
commit 0c4bd24d5b
7 changed files with 74 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ document.addEventListener('DOMContentLoaded', () => {
let anchor_nav_els = [];
if (anchors_el && anchor_links_el.length > 0) {
anchors_el.classList.add('is-active');
const anchors_el_list = anchors_el.querySelector('.bd-anchors-list');
anchor_links_el.forEach((el, index) => {