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:
parent
d29b05c775
commit
c0401ebfa0
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ encoding: UTF-8
|
|||
exclude:
|
||||
- docs/4.5/assets/scss/
|
||||
|
||||
liquid:
|
||||
error_mode: strict
|
||||
|
||||
plugins:
|
||||
- jekyll-redirect-from
|
||||
- jekyll-sitemap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue