2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Remove no_toc_section.

This commit is contained in:
XhmikosR
2018-11-28 19:55:41 +02:00
parent 24eb9a75e9
commit 8d81226a8e
2 changed files with 3 additions and 3 deletions
+1 -1
View 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>