aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-03-27 12:49:29 +0300
committerXhmikosR <[email protected]>2018-03-27 14:53:43 +0300
commit9efcf3ad4b8c0b4ae1df3a8272e27f419e2ff4aa (patch)
tree79a2c82d5cecc6c8f4eabc6d2a4320f52fd0b94b /_layouts/default.html
parent68db42c9f86fcdfcca0cc049cbde30d0d73df88a (diff)
downloadbootstrap-9efcf3ad4b8c0b4ae1df3a8272e27f419e2ff4aa.tar.xz
bootstrap-9efcf3ad4b8c0b4ae1df3a8272e27f419e2ff4aa.zip
Fix duplicate `main` element.
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 59f5c122b..28f4cdccb 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,7 +8,7 @@
{% include docs-navbar.html %}
- {% if page.layout == "simple" %}
+ {% if page.layout == "simple" or page.layout == "examples" %}
{{ content }}
{% else %}
<main id="content" role="main">