]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Jekyll: switch to Liquid's strict mode.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 22 Oct 2020 09:15:05 +0000 (12:15 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 27 Oct 2020 10:11:01 +0000 (12:11 +0200)
This should make the build error out if there are any issues instead of emitting a warning, which we won't notice.

_config.yml

index 66a15ee8f3e6b2f71c7eddb4d45d8ec8a07f7a1b..d22dba867f94bc1f442204271b160bf12c1593d6 100644 (file)
@@ -19,6 +19,9 @@ encoding:       UTF-8
 exclude:
   - docs/4.5/assets/scss/
 
+liquid:
+  error_mode:   strict
+
 plugins:
   - jekyll-redirect-from
   - jekyll-sitemap