2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Reduce whitespace liquid outputs. (#24470)

This commit is contained in:
XhmikosR
2017-10-22 14:53:06 +03:00
committed by GitHub
parent 3a9ab96292
commit fbd42af6ca
5 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -13,11 +13,11 @@
{% include docs-navbar.html %}
{% if page.layout == "simple" %}
{{ content }}
{{ content }}
{% else %}
<main id="content" role="main">
{{ content }}
</main>
<main id="content" role="main">
{{ content }}
</main>
{% endif %}
{% include footer.html %}