aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 03:54:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 03:54:55 +0300
commit95eb014ce46288bc6989e7bc54b91f8ae67a53d6 (patch)
tree7b00839ed5a0b1a0b9439cdb6280c538f21e322d /index.html
parent"Plots" is now the landing page (diff)
downloadsorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.tar.gz
sorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.zip
fix links, page titles & icons
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index f48380d..158621f 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,9 @@
---
-title: Plots
+title: Sorting algorithms
layout: plain
groups:
- navbar
-navbar_link: <span class="glyphicon glyphicon-th-large"></span>&nbsp;Plots
+navbar_link: <span class="glyphicon glyphicon-th-large"></span>&nbsp;Sorting algorithms
custom_css:
- plots.css
input_kind:
@@ -224,6 +224,6 @@ corresponding algorithm.</p>
{% endfor %}
{% else %}
-<p class="h3">Sorry, not plots have been added yet.</p>
+<p class="h3">Sorry, no plots have been added yet.</p>
<hr/>
{% endif %}