diff --git a/src/site/_includes/components/calloutScript.njk b/src/site/_includes/components/calloutScript.njk index a95651c..b62c18f 100644 --- a/src/site/_includes/components/calloutScript.njk +++ b/src/site/_includes/components/calloutScript.njk @@ -21,6 +21,8 @@ } }); + lucide.createIcons(); + // Collapse callouts Array.from(document.querySelectorAll(".callout.is-collapsible")).forEach((elem) => { elem.querySelector('.callout-title').addEventListener("click", (event) => {