aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_layouts/default.html
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-09-28 14:51:24 -0500
committerBrandon Mathis <brandon@imathis.com>2011-09-28 14:51:24 -0500
commit3bd4ed026eab04b5c560ca85317c982ab0679369 (patch)
tree652b5d0663331f1561b4d98f98ab5654366a78ed /.themes/classic/source/_layouts/default.html
parent3ad7715901414e9bdb7fb150cb4074f1bfa8c74c (diff)
parent9cf956cc96d0a337562a46bb1e695c4da31c88c4 (diff)
downloadmy_new_personal_website-3bd4ed026eab04b5c560ca85317c982ab0679369.tar.xz
my_new_personal_website-3bd4ed026eab04b5c560ca85317c982ab0679369.zip
Merge branch 'master' of github.com:imathis/octopress into compass
Diffstat (limited to '.themes/classic/source/_layouts/default.html')
-rw-r--r--.themes/classic/source/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_layouts/default.html b/.themes/classic/source/_layouts/default.html
index 17c4e664..f670e1c9 100644
--- a/.themes/classic/source/_layouts/default.html
+++ b/.themes/classic/source/_layouts/default.html
@@ -1,6 +1,6 @@
{% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
{% include head.html %}
-<body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} {% if page.sidebar == false %} class="no-sidebar" {% endif %}>
+<body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} {% if page.sidebar == false %} class="no-sidebar" {% endif %} {% if page.sidebar == 'collapse' or site.sidebar == 'collapse' %} class="collapse-sidebar sidebar-footer" {% endif %}>
<header role="banner">{% include header.html %}</header>
<nav role="navigation">{% include navigation.html %}</nav>
<div id="main">