diff options
| author | Brandon Mathis <brandon@imathis.com> | 2011-09-28 14:51:24 -0500 |
|---|---|---|
| committer | Brandon Mathis <brandon@imathis.com> | 2011-09-28 14:51:24 -0500 |
| commit | 3bd4ed026eab04b5c560ca85317c982ab0679369 (patch) | |
| tree | 652b5d0663331f1561b4d98f98ab5654366a78ed /.themes/classic/source/_layouts/default.html | |
| parent | 3ad7715901414e9bdb7fb150cb4074f1bfa8c74c (diff) | |
| parent | 9cf956cc96d0a337562a46bb1e695c4da31c88c4 (diff) | |
| download | my_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.html | 2 |
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"> |
