Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoshimaru <me@toshimaru.net>2018-11-28 17:06:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-28 22:09:50 +0300
commit0b96d62fb390857d9377c353a0fc0c7a0c780935 (patch)
tree116315e277d1acfa46fada8c5a1bce62f9b56abb /_config.yml
parent698ccb49232047e92be12d9dea3116a6905be208 (diff)
Configure multiple no_toc_section classes
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml4
1 files changed, 3 insertions, 1 deletions
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"