Skip to content

Commit

Permalink
Remove unneeded check.
Browse files Browse the repository at this point in the history
Leftover from after 43c20b9.
  • Loading branch information
XhmikosR committed Oct 21, 2018
1 parent 1f98cbd commit d202b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/_layouts/default.html
Expand Up @@ -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">
Expand Down

0 comments on commit d202b4a

Please sign in to comment.