diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 03:39:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 03:39:22 +0300 |
commit | 98a3dad6b1000ea99615b69f0f3f6540560a2e2d (patch) | |
tree | 492400d12c1978f539b1ed156249207131ee4152 /plots.html | |
parent | there's no code on this website anymore (diff) | |
download | sorting-algorithms-98a3dad6b1000ea99615b69f0f3f6540560a2e2d.tar.gz sorting-algorithms-98a3dad6b1000ea99615b69f0f3f6540560a2e2d.zip |
rename layouts & minor "Plots" markup fixes
Diffstat (limited to 'plots.html')
-rw-r--r-- | plots.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ --- title: Plots -layout: plots +layout: plain groups: - navbar navbar_link: <span class="glyphicon glyphicon-th-large"></span> 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 %} |