From eac61a8451c51859952c8445368fc666b9886d87 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Thu, 7 Mar 2024 10:13:02 -0800 Subject: [PATCH] _config.yml: Build in strict mode --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index d7f70989..b93601a3 100644 --- a/_config.yml +++ b/_config.yml @@ -73,3 +73,7 @@ compress_html: startings: [] blanklines: false profile: false + +liquid: + error_mode: strict + strict_filters: true