diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:30:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:30:50 +0300 |
commit | 888c21a7d9a284f3b77d13b0b1d41da0969c2397 (patch) | |
tree | 3afdf2d09bdcf0d99537d08fa418c1650589b6f0 /_layouts/default.html | |
parent | README: remove the obsolete Windows notes (diff) | |
download | sorting-algorithms-888c21a7d9a284f3b77d13b0b1d41da0969c2397.tar.gz sorting-algorithms-888c21a7d9a284f3b77d13b0b1d41da0969c2397.zip |
remove unused stuff: posts, comments, sidebar, etc.
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index f151314..db09984 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,10 +1,7 @@ {% include common/header.html %} <div class="row"> - <div class="col-md-8"> + <div class="col-md-12"> {{ content }} </div> - <div class="col-md-4"> - {% include common/sidebar.html %} - </div> </div> {% include common/footer.html %} |