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.
This commit is contained in:
XhmikosR 2020-10-22 12:15:05 +03:00
parent d29b05c775
commit c0401ebfa0

View file

@ -19,6 +19,9 @@ encoding: UTF-8
exclude: exclude:
- docs/4.5/assets/scss/ - docs/4.5/assets/scss/
liquid:
error_mode: strict
plugins: plugins:
- jekyll-redirect-from - jekyll-redirect-from
- jekyll-sitemap - jekyll-sitemap