diff --git a/_layouts/default.html b/_layouts/default.html index 59f5c122b8..28f4cdccb0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@ {% include docs-navbar.html %} - {% if page.layout == "simple" %} + {% if page.layout == "simple" or page.layout == "examples" %} {{ content }} {% else %}
diff --git a/_layouts/examples.html b/_layouts/examples.html index 768f577fb4..1f8fbcdec7 100644 --- a/_layouts/examples.html +++ b/_layouts/examples.html @@ -11,6 +11,6 @@ layout: default {% include ads.html %} -
+
{{ content }}