aboutsummaryrefslogtreecommitdiffstatshomepage
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
parent"Plots" is now the landing page (diff)
downloadsorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.tar.gz
sorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.zip
fix links, page titles & icons
-rw-r--r--_includes/common/sidebar.html2
-rw-r--r--index.html6
-rw-r--r--posts.html6
3 files changed, 7 insertions, 7 deletions
diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html
index 7deed0a..ab5b6d0 100644
--- a/_includes/common/sidebar.html
+++ b/_includes/common/sidebar.html
@@ -7,7 +7,7 @@
<a class="list-group-item" href="mailto:{{ site.personal_info.email }}"><span class="glyphicon glyphicon-envelope"></span>&nbsp;{{ site.personal_info.email }}</a>
</div>
<p>The implemented algorithms have been plotted to study their performance.
- You can examine the plots <a href="{{ site.baseurl }}/plots.html">here</a>.</p>
+You can examine the plots <a href="{{ site.baseurl }}/index.html">here</a>.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-12">
<h2 class="h4">Latest posts</h2>
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 %}
diff --git a/posts.html b/posts.html
index eb52770..14cc004 100644
--- a/posts.html
+++ b/posts.html
@@ -1,13 +1,13 @@
---
-title: Main page
+title: Posts
layout: sidebar
groups:
- navbar
-navbar_link: <span class="glyphicon glyphicon-home"></span>&nbsp;Main page
+navbar_link: <span class="glyphicon glyphicon-th-list"></span>&nbsp;Posts
---
{% if site.posts.size == 0 %}
<p class="h3">Sorry, no posts have been added yet.</p>
- <p class="text-muted">But I've made quite a few <a href="{{ site.baseurl }}/plots.html">plots</a> which you might want to check out.</p>
+ <p class="text-muted">But I've made quite a few <a href="{{ site.baseurl }}/index.html">plots</a> which you might want to check out.</p>
<hr/>
{% else %}
{% for post in paginator.posts %}