diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 05:44:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 05:44:03 +0300 |
commit | fd73504d3f12b50429c0bceadf787f90645922f4 (patch) | |
tree | 9e617c06440705f90aa402286f210f0bda37c9cb /_layouts/sidebar.html | |
parent | remove comments from posts (diff) | |
download | jekyll-theme-fd73504d3f12b50429c0bceadf787f90645922f4.tar.gz jekyll-theme-fd73504d3f12b50429c0bceadf787f90645922f4.zip |
rename layout 'main' to 'sidebar'
Diffstat (limited to '_layouts/sidebar.html')
-rw-r--r-- | _layouts/sidebar.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html new file mode 100644 index 0000000..f151314 --- /dev/null +++ b/_layouts/sidebar.html @@ -0,0 +1,10 @@ +{% include common/header.html %} +<div class="row"> + <div class="col-md-8"> + {{ content }} + </div> + <div class="col-md-4"> + {% include common/sidebar.html %} + </div> +</div> +{% include common/footer.html %} |