mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-21 02:01:51 +00:00
Fix duplicate main element.
This commit is contained in:
parent
68db42c9f8
commit
9efcf3ad4b
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue