aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/sidebar.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:16:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:16:46 +0300
commit1ac982a1895c79cb0477152bb470584d673bece5 (patch)
treec0c144b94c801f0dfb59069f4c4d8f6af10f3108 /_layouts/sidebar.html
parentbump dependencies (diff)
downloadjekyll-theme-1ac982a1895c79cb0477152bb470584d673bece5.tar.gz
jekyll-theme-1ac982a1895c79cb0477152bb470584d673bece5.zip
_layouts: sidebar.html -> default.html
Diffstat (limited to '_layouts/sidebar.html')
-rw-r--r--_layouts/sidebar.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html
deleted file mode 100644
index f151314..0000000
--- a/_layouts/sidebar.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% include common/header.html %}
-<div class="row">
- <div class="col-md-8">
- {{ content }}
- </div>
- <div class="col-md-4">
- {% include common/sidebar.html %}
- </div>
-</div>
-{% include common/footer.html %}