From 3ed3ed37e527eceabe7d34c4cebe86a4129a3734 Mon Sep 17 00:00:00 2001 From: Kyle Huggins Date: Wed, 24 Jan 2024 19:30:26 -0600 Subject: [PATCH] fix(docs): disable liquid template processing --- docs/_config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 48637e8..a25bfd5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,2 +1,7 @@ permalink: /:title -theme: jekyll-theme-modernist \ No newline at end of file +theme: jekyll-theme-modernist +defaults: + - scope: + path: "" + values: + render_with_liquid: false