diff --git a/src/site/_includes/components/calloutScript.njk b/src/site/_includes/components/calloutScript.njk index 21f6213..a95651c 100644 --- a/src/site/_includes/components/calloutScript.njk +++ b/src/site/_includes/components/calloutScript.njk @@ -21,12 +21,6 @@ } }); - lucide.createIcons({ - attrs: { - class: ["svg-icon"] - } - }); - // Collapse callouts Array.from(document.querySelectorAll(".callout.is-collapsible")).forEach((elem) => { elem.querySelector('.callout-title').addEventListener("click", (event) => { diff --git a/src/site/_includes/components/filetree.njk b/src/site/_includes/components/filetree.njk index 7a6c8ab..074c942 100644 --- a/src/site/_includes/components/filetree.njk +++ b/src/site/_includes/components/filetree.njk @@ -3,14 +3,13 @@
@@ -62,7 +62,7 @@ {%- for backlink in graph.nodes[graph.homeAlias].backLinks -%} {%- if graph.nodes[backlink].url != graph.homeAlias -%} {%- endif -%} {%- endfor -%} @@ -75,7 +75,7 @@ {%- for backlink in graph.nodes[page.url].backLinks -%} {%- if graph.nodes[backlink].url != page.url -%} {%- endif -%} {%- endfor -%} diff --git a/src/site/_includes/layouts/index.njk b/src/site/_includes/layouts/index.njk index 25eeacc..ea65f93 100644 --- a/src/site/_includes/layouts/index.njk +++ b/src/site/_includes/layouts/index.njk @@ -74,5 +74,6 @@ {% for imp in dynamics.index.footer %} {% include imp %} {% endfor %} + {%include "components/lucideIcons.njk"%}