From 072200d740c6c711d6042af0fdff04bbd7fe6646 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 9 Apr 2021 14:13:39 +0300 Subject: put theme settings under site.settings --- _includes/common/ie_compat.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '_includes/common/ie_compat.html') diff --git a/_includes/common/ie_compat.html b/_includes/common/ie_compat.html index 3cef67d..494d971 100644 --- a/_includes/common/ie_compat.html +++ b/_includes/common/ie_compat.html @@ -1,11 +1,11 @@ -{% if site.minified_externals %} +{% if site.settings.3rdparty.minified %} {% else %} {% endif %} -- cgit v1.2.3