aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 04:11:08 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 04:11:08 +0300
commite3568dc289eeec0c4ad4e1abf56a47b45f442782 (patch)
treeff0c63d34988d824a29687c6b737135d26f791c5 /_includes/common
parentpagination doesn't work on anything but index.html (diff)
downloadsorting-algorithms-e3568dc289eeec0c4ad4e1abf56a47b45f442782.tar.gz
sorting-algorithms-e3568dc289eeec0c4ad4e1abf56a47b45f442782.zip
fix links to "Plots"
Diffstat (limited to '_includes/common')
-rw-r--r--_includes/common/sidebar.html2
1 files changed, 1 insertions, 1 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 @@
<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 }}/index.html">here</a>.</p>
+You can examine the plots <a href="{{ site.baseurl }}/">here</a>.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-12">
<h2 class="h4">Latest posts</h2>