aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/posts.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/posts.html
parentbump dependencies (diff)
downloadjekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.tar.gz
jekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.zip
remove the 'About' page
Diffstat (limited to '_layouts/posts.html')
-rw-r--r--_layouts/posts.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/_layouts/posts.html b/_layouts/posts.html
deleted file mode 100644
index 920cbd9..0000000
--- a/_layouts/posts.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% 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 %}