From 204e1fde2bfbc1476747566b5de66efbc97e659e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 10 Apr 2021 03:52:07 +0300 Subject: _includes: move tiny includes to the larger ones --- _includes/common/footer.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '_includes/common/footer.html') diff --git a/_includes/common/footer.html b/_includes/common/footer.html index 769ac7c..cce57cc 100644 --- a/_includes/common/footer.html +++ b/_includes/common/footer.html @@ -19,7 +19,12 @@ - {% include common/jquery.html %} - {% include common/bootstrap_js.html %} + {% if site.settings.3rdparty.minified %} + + + {% else %} + + + {% endif %} -- cgit v1.2.3