diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 04:11:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 04:11:08 +0300 |
commit | e3568dc289eeec0c4ad4e1abf56a47b45f442782 (patch) | |
tree | ff0c63d34988d824a29687c6b737135d26f791c5 /posts/index.html | |
parent | pagination doesn't work on anything but index.html (diff) | |
download | sorting-algorithms-e3568dc289eeec0c4ad4e1abf56a47b45f442782.tar.gz sorting-algorithms-e3568dc289eeec0c4ad4e1abf56a47b45f442782.zip |
fix links to "Plots"
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 %} |