From 45553dbfb5fb8a5931a5bd79af387cf4cf6fe30e Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Wed, 8 Jul 2015 03:18:44 +0300
Subject: mention "Plots" in the sidebar

---
 _includes/sidebar.html | 2 ++
 1 file changed, 2 insertions(+)

(limited to '_includes')

diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 84afe22..8180f79 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -4,6 +4,8 @@
   <a class="list-group-item" href="https://github.com/egor-tensin/sorting_algorithms"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
   <a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span>&nbsp;Egor.Tensin@gmail.com</a>
 </div>
+<p>The implemented algorithms have been plotted to study their performance.
+You can examine the plots <a href="plots.html">here</a>.</p>
 <h4>Latest posts</h4>
 {% if site.posts.size == 0 %}
   <p>Sorry, there're no posts yet.</p>
-- 
cgit v1.2.3