diff --git a/src/pages/_includes/layout/css.html b/src/pages/_includes/layout/css.html index 2d4627cf364a9d5854c20c3838dee2df2f25bec4..5db8e818beaf3ea9f19b47f6e985f906b6ae2a67 100644 --- a/src/pages/_includes/layout/css.html +++ b/src/pages/_includes/layout/css.html @@ -9,16 +9,16 @@ {% for lib in site.data.libs.css %} {% if libs contains lib[0] %} {% for file in lib[1] %} - + {% endfor %} {% endif %} {% endfor %} {% endif %} - + {% for plugin in site.tabler-plugins %} - + {% endfor %} - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/_includes/layout/js.html b/src/pages/_includes/layout/js.html index 8ae6f4ac4efe23caec0d3ef1d56352ac80d6d56b..26b18579ff21e1b12c850fbcbfb216da5de4cd9b 100644 --- a/src/pages/_includes/layout/js.html +++ b/src/pages/_includes/layout/js.html @@ -4,14 +4,14 @@ {% for lib in site.data.libs.js %} {% if libs contains lib[0] or site.data.libs.global-libs contains lib[0] %} {% for file in lib[1] %} - + {% endfor %} {% endif %} {% endfor %} - + {% removeemptylines %}