diff options
Diffstat (limited to 'posts.html')
-rw-r--r-- | posts.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ --- -title: Main page +title: Posts layout: sidebar groups: - navbar -navbar_link: <span class="glyphicon glyphicon-home"></span> Main page +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 }}/plots.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 }}/index.html">plots</a> which you might want to check out.</p> <hr/> {% else %} {% for post in paginator.posts %} |