From e82327e99a93f0abc8ddd836161e38acefef6e5f Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Wed, 9 Mar 2016 01:34:02 +0300
Subject: grammar tweaks

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 195f58c..14924b5 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>
   <hr/>
 {% else %}
   {% for post in paginator.posts %}
-- 
cgit v1.2.3