From 0bb8ec1dd00f1b7b22ef5b2596c0d3a733bceaa0 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 03:23:06 +0100 Subject: [PATCH] Update _config.yml Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config.yml b/_config.yml index a0b0731..64dfea6 100644 --- a/_config.yml +++ b/_config.yml @@ -7,5 +7,10 @@ kramdown: input: GFM math_engine: mathjax +defaults: + - scope: + path: "" # An empty string here means all files in the project + values: + layout: "default" # Set the default layout use_math: true