mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02: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:
@@ -19,6 +19,9 @@ encoding: UTF-8
|
||||
exclude:
|
||||
- docs/4.5/assets/scss/
|
||||
|
||||
liquid:
|
||||
error_mode: strict
|
||||
|
||||
plugins:
|
||||
- jekyll-redirect-from
|
||||
- jekyll-sitemap
|
||||
|
Reference in New Issue
Block a user