From 8fe7bb321f0be7546c12c5b6b000042886c0539b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 31 May 2017 02:46:54 +0300 Subject: plots: change to "Main page" --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 158621f..8eb775c 100644 --- a/index.html +++ b/index.html @@ -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> -- cgit v1.2.3