diff options
Diffstat (limited to 'posts/index.html')
-rw-r--r-- | posts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |