aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/example.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-10-21 23:00:56 +0300
committerXhmikosR <[email protected]>2018-10-22 21:57:25 +0300
commit807e8fe4a2d955503425ec6f20fa000228089453 (patch)
treecc461e501a7608bae3cc2ca7891e28a51e952728 /site/_includes/example.html
parent0c56f054a5c8c1d1329465a06086e48b001d8104 (diff)
downloadbootstrap-807e8fe4a2d955503425ec6f20fa000228089453.tar.xz
bootstrap-807e8fe4a2d955503425ec6f20fa000228089453.zip
Further ToC fixes.
Diffstat (limited to 'site/_includes/example.html')
-rw-r--r--site/_includes/example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/example.html b/site/_includes/example.html
index d2f8182d6..24d12626b 100644
--- a/site/_includes/example.html
+++ b/site/_includes/example.html
@@ -11,7 +11,7 @@ optional: hide_markup - disabled (default)
{%- assign preview_class = include.class -%}
{%- if include.hide_preview == null -%}
-<div{% if preview_id %} id="{{ preview_id }}"{% endif %} class="bd-example no_toc_section{% if preview_class %} {{ preview_class }}{% endif %}">
+<div{% if preview_id %} id="{{ preview_id }}"{% endif %} class="bd-example{% if preview_class %} {{ preview_class }}{% endif %}">
{{- include.content -}}
</div>
{%- endif -%}