front page progress

This commit is contained in:
Adam Piontek 2021-08-03 20:04:38 -04:00
commit 765073354c
10 changed files with 92 additions and 86 deletions
assets/js

View file

@ -18,9 +18,8 @@ import 'bootstrap/js/dist/dropdown';
// import navbar burger code
import "./_hamburger-helper";
// highlight any code blocks tagged with class 'to-highlight'
// adjust some content
document.addEventListener('DOMContentLoaded', (event) => {
document.querySelectorAll('code.to-highlight').forEach((el) => {
hljs.highlightElement(el);
});
});
let tsmlwidget_morelink = document.querySelector('.tsml-widget-upcoming.widget_tsml_widget_upcoming.widget p a');
tsmlwidget_morelink.innerHTML = 'View More Meetings'
});