mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
Fix duplicate main
element.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{% include docs-navbar.html %}
|
{% include docs-navbar.html %}
|
||||||
|
|
||||||
{% if page.layout == "simple" %}
|
{% if page.layout == "simple" or page.layout == "examples" %}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% else %}
|
{% else %}
|
||||||
<main id="content" role="main">
|
<main id="content" role="main">
|
||||||
|
@@ -11,6 +11,6 @@ layout: default
|
|||||||
{% include ads.html %}
|
{% include ads.html %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="bd-content p-5" role="main">
|
<main class="bd-content p-5" id="content" role="main">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</main>
|
</main>
|
||||||
|
Reference in New Issue
Block a user