2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fix HTML validation errors.

This commit is contained in:
XhmikosR
2017-08-11 12:43:17 +03:00
parent 14cb6a6495
commit 61e8aa2a55
2 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -12,9 +12,13 @@
{% include docs-navbar.html %}
<main id="content" role="main">
{% if page.layout == "simple" %}
{{ content }}
</main>
{% else %}
<main id="content" role="main">
{{ content }}
</main>
{% endif %}
{% include footer.html %}
{% include scripts.html %}