aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/posts/index.html
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 /posts/index.html
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 'posts/index.html')
-rw-r--r--posts/index.html2
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>&nbsp;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 %}