aboutsummaryrefslogtreecommitdiffstatshomepage
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
parentthere's no code on this website anymore (diff)
downloadsorting-algorithms-98a3dad6b1000ea99615b69f0f3f6540560a2e2d.tar.gz
sorting-algorithms-98a3dad6b1000ea99615b69f0f3f6540560a2e2d.zip
rename layouts & minor "Plots" markup fixes
-rw-r--r--_layouts/plain.html (renamed from _layouts/plots.html)0
-rw-r--r--_layouts/sidebar.html (renamed from _layouts/main.html)0
-rw-r--r--index.html2
-rw-r--r--plots.html6
4 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/plots.html b/_layouts/plain.html
index db09984..db09984 100644
--- a/_layouts/plots.html
+++ b/_layouts/plain.html
diff --git a/_layouts/main.html b/_layouts/sidebar.html
index f151314..f151314 100644
--- a/_layouts/main.html
+++ b/_layouts/sidebar.html
diff --git a/index.html b/index.html
index 21673aa..eb52770 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
---
title: Main page
-layout: main
+layout: sidebar
groups:
- navbar
navbar_link: <span class="glyphicon glyphicon-home"></span>&nbsp;Main page
diff --git a/plots.html b/plots.html
index 3a58e1d..f48380d 100644
--- a/plots.html
+++ b/plots.html
@@ -1,6 +1,6 @@
---
title: Plots
-layout: plots
+layout: plain
groups:
- navbar
navbar_link: <span class="glyphicon glyphicon-th-large"></span>&nbsp;Plots
@@ -107,7 +107,7 @@ plots:
iterations: 100
complexity: O(<var>n</var><sup>2</sup>)
---
-<h1>Plots</h1>
+<h1>{{ page.title }}</h1>
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-8">
@@ -224,6 +224,6 @@ corresponding algorithm.</p>
{% endfor %}
{% else %}
-<h3>Sorry, not plots have been added yet.</h3>
+<p class="h3">Sorry, not plots have been added yet.</p>
<hr/>
{% endif %}