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

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