aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/posts.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-30 23:41:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-30 23:41:19 +0300
commit44c5b78027cbb23fad45787bb8c58461a2a17a79 (patch)
tree0ea8d1d7dfea518af4cc0ebdc7f9ff99664fdd07 /_layouts/posts.html
parentbump dependencies (diff)
downloadsorting-algorithms-44c5b78027cbb23fad45787bb8c58461a2a17a79.tar.gz
sorting-algorithms-44c5b78027cbb23fad45787bb8c58461a2a17a79.zip
rename layout 'posts' to 'main'
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 %}