aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-03-09 01:33:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-03-09 01:33:30 +0300
commit37d2fe99698158122dc2b2241e5333ced8f3e270 (patch)
tree26b2b42dad7d40f48c62dadbf1a419b3176456bd /index.html
parentplots: update (diff)
downloadsorting-algorithms-37d2fe99698158122dc2b2241e5333ced8f3e270.tar.gz
sorting-algorithms-37d2fe99698158122dc2b2241e5333ced8f3e270.zip
grammar tweaks
Diffstat (limited to '')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9a2a2b1..d7b1b05 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@ groups:
navbar_link: <span class="glyphicon glyphicon-home"></span>&nbsp;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 %}