From: toshimaru Date: Wed, 28 Nov 2018 14:06:30 +0000 (+0900) Subject: Configure multiple no_toc_section classes X-Git-Tag: v4.2.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b96d62fb390857d9377c353a0fc0c7a0c780935;p=thirdparty%2Fbootstrap.git Configure multiple no_toc_section classes --- 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"