aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0292da9fd..0b0c214a1 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -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 %}