diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-09 01:33:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-09 01:33:30 +0300 |
commit | 37d2fe99698158122dc2b2241e5333ced8f3e270 (patch) | |
tree | 26b2b42dad7d40f48c62dadbf1a419b3176456bd /index.html | |
parent | plots: update (diff) | |
download | sorting-algorithms-37d2fe99698158122dc2b2241e5333ced8f3e270.tar.gz sorting-algorithms-37d2fe99698158122dc2b2241e5333ced8f3e270.zip |
grammar tweaks
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 %} |