]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unneeded check.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 21 Oct 2018 20:21:41 +0000 (23:21 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 22 Oct 2018 06:24:36 +0000 (09:24 +0300)
Leftover from after 43c20b9.

site/_layouts/default.html

index 28f4cdccb061f33ff6a79de54695106884e6d0b9..59f5c122b8dfbe68d3843803253ccc262ccaff6b 100644 (file)
@@ -8,7 +8,7 @@
 
     {% include docs-navbar.html %}
 
-    {% if page.layout == "simple" or page.layout == "examples" %}
+    {% if page.layout == "simple" %}
       {{ content }}
     {% else %}
       <main id="content" role="main">