aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/plots.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 06:17:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 06:17:59 +0300
commit4e11e6d5364a12650b9a139495bd5a73943ae56a (patch)
tree061edcaa62c6b7f65f80109c42b2181840a89250 /_layouts/plots.html
downloadsorting-algorithms-4e11e6d5364a12650b9a139495bd5a73943ae56a.tar.gz
sorting-algorithms-4e11e6d5364a12650b9a139495bd5a73943ae56a.zip
initial commit
Diffstat (limited to '_layouts/plots.html')
-rw-r--r--_layouts/plots.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/plots.html b/_layouts/plots.html
new file mode 100644
index 0000000..9a6a620
--- /dev/null
+++ b/_layouts/plots.html
@@ -0,0 +1,7 @@
+{% include header.html %}
+<div class="row">
+ <div class="col-md-12">
+ {{ content }}
+ </div>
+</div>
+{% include footer.html %}