diff options
| author | toshimaru <[email protected]> | 2018-11-28 23:06:30 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-28 21:09:50 +0200 |
| commit | 0b96d62fb390857d9377c353a0fc0c7a0c780935 (patch) | |
| tree | 116315e277d1acfa46fada8c5a1bce62f9b56abb | |
| parent | 698ccb49232047e92be12d9dea3116a6905be208 (diff) | |
| download | bootstrap-0b96d62fb390857d9377c353a0fc0c7a0c780935.tar.xz bootstrap-0b96d62fb390857d9377c353a0fc0c7a0c780935.zip | |
Configure multiple no_toc_section classes
| -rw-r--r-- | _config.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 44cd23942..335840ee4 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" |
