From c0401ebfa08438279ed92c142d903b719456c7d2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 22 Oct 2020 12:15:05 +0300 Subject: [PATCH] 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. --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) 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