From: XhmikosR Date: Thu, 22 Oct 2020 09:15:05 +0000 (+0300) Subject: Jekyll: switch to Liquid's strict mode. X-Git-Tag: v4.6.0~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0401ebfa08438279ed92c142d903b719456c7d2;p=thirdparty%2Fbootstrap.git Jekyll: switch to Liquid's strict mode. This should make the build error out if there are any issues instead of emitting a warning, which we won't notice. --- diff --git a/_config.yml b/_config.yml index 66a15ee8f3..d22dba867f 100644 --- a/_config.yml +++ b/_config.yml @@ -19,6 +19,9 @@ encoding: UTF-8 exclude: - docs/4.5/assets/scss/ +liquid: + error_mode: strict + plugins: - jekyll-redirect-from - jekyll-sitemap