diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-30 23:52:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-30 23:52:58 +0300 |
commit | 1086faef8452e95cade4e72b0018229c3e8a12da (patch) | |
tree | ead2aad7632d69697f0baff57fe92b7afbe0bd5b /_layouts/main.html | |
parent | bump dependencies (diff) | |
download | jekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.tar.gz jekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.zip |
remove the 'About' page
Diffstat (limited to '_layouts/main.html')
-rw-r--r-- | _layouts/main.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/main.html b/_layouts/main.html new file mode 100644 index 0000000..920cbd9 --- /dev/null +++ b/_layouts/main.html @@ -0,0 +1,10 @@ +{% include header.html %} +<div class="row"> + <div class="col-md-8"> + {{ content }} + </div> + <div class="col-md-4"> + {% include sidebar.html %} + </div> +</div> +{% include footer.html %} |