From 0b96d62fb390857d9377c353a0fc0c7a0c780935 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Wed, 28 Nov 2018 23:06:30 +0900 Subject: [PATCH] Configure multiple no_toc_section classes --- _config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 44cd239429..335840ee40 100644 --- a/_config.yml +++ b/_config.yml @@ -62,4 +62,6 @@ cdn: toc: min_level: 2 max_level: 4 - no_toc_section_class: "bd-example" + no_toc_section_class: + - "bd-example" + - "no_toc_section"