aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/main.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-30 23:52:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-30 23:52:58 +0300
commit1086faef8452e95cade4e72b0018229c3e8a12da (patch)
treeead2aad7632d69697f0baff57fe92b7afbe0bd5b /_layouts/main.html
parentbump dependencies (diff)
downloadjekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.tar.gz
jekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.zip
remove the 'About' page
Diffstat (limited to '_layouts/main.html')
-rw-r--r--_layouts/main.html10
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 %}