From 95eb014ce46288bc6989e7bc54b91f8ae67a53d6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2017 03:54:55 +0300 Subject: fix links, page titles & icons --- _includes/common/sidebar.html | 2 +- index.html | 6 +++--- posts.html | 6 +++--- 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 @@  {{ site.personal_info.email }}

The implemented algorithms have been plotted to study their performance. - You can examine the plots here.

+You can examine the plots here.

Latest posts

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:  Plots +navbar_link:  Sorting algorithms custom_css: - plots.css input_kind: @@ -224,6 +224,6 @@ corresponding algorithm.

{% endfor %} {% else %} -

Sorry, not plots have been added yet.

+

Sorry, no plots have been added yet.


{% 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:  Main page +navbar_link:  Posts --- {% if site.posts.size == 0 %}

Sorry, no posts have been added yet.

-

But I've made quite a few plots which you might want to check out.

+

But I've made quite a few plots which you might want to check out.


{% else %} {% for post in paginator.posts %} -- cgit v1.2.3