aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/main.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/main.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/main.html')
-rw-r--r--_layouts/main.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/_layouts/main.html b/_layouts/main.html
deleted file mode 100644
index f151314..0000000
--- a/_layouts/main.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 %}