diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-31 02:46:54 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-31 02:46:54 +0300 |
commit | 8fe7bb321f0be7546c12c5b6b000042886c0539b (patch) | |
tree | fcedfcdca919e9066b474e86e849da17baf89a81 | |
parent | there're no posts, so no point in serving posts/ (diff) | |
download | sorting-algorithms-8fe7bb321f0be7546c12c5b6b000042886c0539b.tar.gz sorting-algorithms-8fe7bb321f0be7546c12c5b6b000042886c0539b.zip |
plots: change <title> to "Main page"
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ --- -title: Sorting algorithms +title: Main page layout: plain groups: - navbar -navbar_link: <span class="glyphicon glyphicon-th-large"></span> Sorting algorithms +navbar_link: <span class="glyphicon glyphicon-th-large"></span> Main page custom_css: - plots.css input_kind: @@ -107,7 +107,7 @@ plots: iterations: 100 complexity: O(<var>n</var><sup>2</sup>) --- -<h1>{{ page.title }}</h1> +<h1>Sorting algorithms</h1> <div class="row"> <div class="col-xs-12 col-sm-10 col-md-8"> @@ -132,7 +132,7 @@ to produce the plots are listed below.</p> <td>Windows 8.1</td> </tr> <tr> - <th>Python</th> + <th>CPython</th> <td>3.5.1</td> </tr> <tr> |