diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index eeffa3e2..8589cabc 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -22,7 +22,9 @@ document.getElementById('menu').scrollLeft = localStorage.getItem("menu-scroll-position"); } } + {{if in site.Params.mainSections .Type }} hljs.initHighlightingOnLoad(); + {{end }} document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener("click", function (e) { e.preventDefault();