aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-22 14:53:06 +0300
committerGitHub <[email protected]>2017-10-22 14:53:06 +0300
commitfbd42af6ca17abf1e01349d7c581ec399202f4c0 (patch)
treefd737f6f65320dc49cb51f55feab7a46531b8d11 /_layouts/default.html
parent3a9ab96292b1e92406cc62037e739632a288d512 (diff)
downloadbootstrap-fbd42af6ca17abf1e01349d7c581ec399202f4c0.tar.xz
bootstrap-fbd42af6ca17abf1e01349d7c581ec399202f4c0.zip
Reduce whitespace liquid outputs. (#24470)
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 487baf470..e6e576fa4 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -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 %}