aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/sidebar.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 03:39:22 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 03:39:22 +0300
commit98a3dad6b1000ea99615b69f0f3f6540560a2e2d (patch)
tree492400d12c1978f539b1ed156249207131ee4152 /_layouts/sidebar.html
parentthere's no code on this website anymore (diff)
downloadsorting-algorithms-98a3dad6b1000ea99615b69f0f3f6540560a2e2d.tar.gz
sorting-algorithms-98a3dad6b1000ea99615b69f0f3f6540560a2e2d.zip
rename layouts & minor "Plots" markup fixes
Diffstat (limited to '_layouts/sidebar.html')
-rw-r--r--_layouts/sidebar.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html
new file mode 100644
index 0000000..f151314
--- /dev/null
+++ b/_layouts/sidebar.html
@@ -0,0 +1,10 @@
+{% 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 %}