aboutsummaryrefslogtreecommitdiff
path: root/_layouts/examples.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-03-27 12:49:29 +0300
committerXhmikosR <[email protected]>2018-03-27 14:53:43 +0300
commit9efcf3ad4b8c0b4ae1df3a8272e27f419e2ff4aa (patch)
tree79a2c82d5cecc6c8f4eabc6d2a4320f52fd0b94b /_layouts/examples.html
parent68db42c9f86fcdfcca0cc049cbde30d0d73df88a (diff)
downloadbootstrap-9efcf3ad4b8c0b4ae1df3a8272e27f419e2ff4aa.tar.xz
bootstrap-9efcf3ad4b8c0b4ae1df3a8272e27f419e2ff4aa.zip
Fix duplicate `main` element.
Diffstat (limited to '_layouts/examples.html')
-rw-r--r--_layouts/examples.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/examples.html b/_layouts/examples.html
index 768f577fb..1f8fbcdec 100644
--- a/_layouts/examples.html
+++ b/_layouts/examples.html
@@ -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>