Fix duplicate `main` element.

This commit is contained in:
XhmikosR 2018-03-27 12:49:29 +03:00
parent 68db42c9f8
commit 9efcf3ad4b
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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>