diff options
| author | XhmikosR <[email protected]> | 2020-10-22 12:15:05 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-10-27 12:11:01 +0200 |
| commit | c0401ebfa08438279ed92c142d903b719456c7d2 (patch) | |
| tree | 9245c0d86078e2d5837fa73ac37a63bc5855163f | |
| parent | d29b05c7753b3b1a5c442cb9dc2567d52dfdb026 (diff) | |
| download | bootstrap-c0401ebfa08438279ed92c142d903b719456c7d2.tar.xz bootstrap-c0401ebfa08438279ed92c142d903b719456c7d2.zip | |
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.
| -rw-r--r-- | _config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 66a15ee8f..d22dba867 100644 --- a/_config.yml +++ b/_config.yml @@ -19,6 +19,9 @@ encoding: UTF-8 exclude: - docs/4.5/assets/scss/ +liquid: + error_mode: strict + plugins: - jekyll-redirect-from - jekyll-sitemap |
