mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
Fix duplicate main element.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user