diff options
Diffstat (limited to '')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ groups: navbar_link: <span class="glyphicon glyphicon-home"></span> Main page --- {% if site.posts.size == 0 %} - <h3>Sorry, there're no posts yet.</h3> + <h3>Sorry, no posts have been added yet.</h3> <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> <hr/> {% else %} |