diff --git a/index.html b/index.html index 0ed1a81..d2a5d5b 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,11 @@ {% assign content = post.excerpt %}
{% include article.html %} + + {% if post.content.size > post.excerpt.size %} +

Continue reading…

+ {% endif %}
- Continue reading… {% endunless %} {% endfor %}