diff options
| author | XhmikosR <[email protected]> | 2017-10-22 14:53:06 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 14:53:06 +0300 |
| commit | fbd42af6ca17abf1e01349d7c581ec399202f4c0 (patch) | |
| tree | fd737f6f65320dc49cb51f55feab7a46531b8d11 /_layouts/default.html | |
| parent | 3a9ab96292b1e92406cc62037e739632a288d512 (diff) | |
| download | bootstrap-fbd42af6ca17abf1e01349d7c581ec399202f4c0.tar.xz bootstrap-fbd42af6ca17abf1e01349d7c581ec399202f4c0.zip | |
Reduce whitespace liquid outputs. (#24470)
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 8 |
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 %} |
