mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Fix duplicate main
element.
This commit is contained in:
parent
68db42c9f8
commit
9efcf3ad4b
@ -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">
|
||||
|
@ -11,6 +11,6 @@ layout: default
|
||||
{% include ads.html %}
|
||||
</header>
|
||||
|
||||
<main class="bd-content p-5" role="main">
|
||||
<main class="bd-content p-5" id="content" role="main">
|
||||
{{ content }}
|
||||
</main>
|
||||
|
Loading…
x
Reference in New Issue
Block a user