aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-31 02:46:54 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-31 02:46:54 +0300
commit8fe7bb321f0be7546c12c5b6b000042886c0539b (patch)
treefcedfcdca919e9066b474e86e849da17baf89a81
parentthere're no posts, so no point in serving posts/ (diff)
downloadsorting-algorithms-8fe7bb321f0be7546c12c5b6b000042886c0539b.tar.gz
sorting-algorithms-8fe7bb321f0be7546c12c5b6b000042886c0539b.zip
plots: change <title> to "Main page"
-rw-r--r--index.html8
1 files 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>&nbsp;Sorting algorithms
+navbar_link: <span class="glyphicon glyphicon-th-large"></span>&nbsp;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>