]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove `no_toc_section`.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 28 Nov 2018 17:55:41 +0000 (19:55 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 28 Nov 2018 19:09:50 +0000 (21:09 +0200)
_config.yml
site/_includes/callout.html

index 335840ee40afc5efe74b2e96468441a34536326c..25f1135cef637691cb673c541cdbf81471a17223 100644 (file)
@@ -62,6 +62,6 @@ cdn:
 toc:
   min_level:        2
   max_level:        4
-  no_toc_section_class: 
+  no_toc_section_class:
+    - "bd-callout"
     - "bd-example"
-    - "no_toc_section"
index 2b446b0abcf697a97370529d03ff91109f106709..434d10e1e95e71ba50ed0212486201666a2a9922 100644 (file)
@@ -4,6 +4,6 @@
   and type is one of: info (default), danger, warning
 {%- endcomment -%}
 {%- assign css_class = include.type | default: "info" -%}
-<div class="bd-callout bd-callout-{{ css_class }} no_toc_section">
+<div class="bd-callout bd-callout-{{ css_class }}">
   {{- include.content | markdownify -}}
 </div>