From e3568dc289eeec0c4ad4e1abf56a47b45f442782 Mon Sep 17 00:00:00 2001
From: Egor Tensin
Date: Tue, 30 May 2017 04:11:08 +0300
Subject: fix links to "Plots"
---
_includes/common/sidebar.html | 2 +-
posts/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html
index ab5b6d0..39ec314 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/posts/index.html b/posts/index.html
index 14cc004..fb21dbf 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -7,7 +7,7 @@ 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