aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'posts.html')
-rw-r--r--posts.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/posts.html b/posts.html
index eb52770..14cc004 100644
--- a/posts.html
+++ b/posts.html
@@ -1,13 +1,13 @@
---
-title: Main page
+title: Posts
layout: sidebar
groups:
- navbar
-navbar_link: <span class="glyphicon glyphicon-home"></span>&nbsp;Main page
+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 }}/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 %}