Skip to content

Commit

Permalink
properly remove sidebar on pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alicetragedy committed Mar 11, 2016
1 parent 9d14738 commit 81231c9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,4 @@
<article class="col-md-8">
{{ content }}
</article>
<aside class="col-md-3 col-md-offset-1 hidden-sm">
<!-- {% if page.sidebar == "content" %}
{% include content_sidebar.html %}
{% endif %} -->
{% if page.scribble %}
{% include scribble_aside.html %}
{% endif %}
</aside>
</div>

0 comments on commit 81231c9

Please sign in to comment.