@@ -82,10 +82,10 @@
{% if (theme_prev_next_buttons_location == 'top' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
{% endif %}
diff --git a/_themes/theme/footer.html b/_themes/theme/footer.html
index bf94e4a22..aa9c639d1 100644
--- a/_themes/theme/footer.html
+++ b/_themes/theme/footer.html
@@ -2,10 +2,10 @@
{% if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
{% endif %}
diff --git a/_themes/theme/layout.html b/_themes/theme/layout.html
index 2681fd343..dd89a8630 100644
--- a/_themes/theme/layout.html
+++ b/_themes/theme/layout.html
@@ -78,6 +78,8 @@
{# Keep modernizr in head - http://modernizr.com/docs/#installing #}
+ {# Lucide icons #}
+
@@ -151,8 +153,10 @@
{# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
@@ -221,6 +225,14 @@
});
+ {# Lucide Icons #}
+
+
+
{%- block footer %} {% endblock %}