front page progress
This commit is contained in:
parent
4e8c1c1917
commit
765073354c
10 changed files with 92 additions and 86 deletions
assets/js
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue