diff options
-rw-r--r-- | _includes/common/sidebar.html | 2 | ||||
-rw-r--r-- | 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 @@ <a class="list-group-item" href="mailto:{{ site.personal_info.email }}"><span class="glyphicon glyphicon-envelope"></span> {{ 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> 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: <span class="glyphicon glyphicon-th-list"></span> 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 }}/index.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 }}/">plots</a> which you might want to check out.</p> <hr/> {% else %} {% for post in paginator.posts %} |