0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

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:
- docs/4.5/assets/scss/
liquid:
error_mode: strict
plugins:
- jekyll-redirect-from
- jekyll-sitemap