aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/sidebar.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:35:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:35:31 +0300
commit99cab0afb748637130f40a576be64e2243630e5f (patch)
tree7b52a776ed79b3b1626e9dda570ad0a5cd5c7b41 /_layouts/sidebar.html
parentadd missing &nbsp;s (diff)
downloadsorting-algorithms-99cab0afb748637130f40a576be64e2243630e5f.tar.gz
sorting-algorithms-99cab0afb748637130f40a576be64e2243630e5f.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 %}