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
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-11-28 20:55:41 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-28 22:09:50 +0300
commit8d81226a8e52efc7209573912a6a7ff74875a75e (patch)
treebe863853824b36766e786242f45fe05270c8ee82 /site
parent24eb9a75e9b6f78c70ead8de88009729970f3005 (diff)
Remove `no_toc_section`.
Diffstat (limited to 'site')
-rw-r--r--site/_includes/callout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/callout.html b/site/_includes/callout.html
index 2b446b0abc..434d10e1e9 100644
--- a/site/_includes/callout.html
+++ b/site/_includes/callout.html
@@ -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>