From 9e75552839ede3412025b10ade59ff4ba2d08e7e Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Mon, 2 Jun 2014 21:29:46 -0400 Subject: Don't need the / --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b58f7ba..0e3e137 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,13 @@ layout: default {% for post in site.posts %}
-

{{ post.title }}

+

{{ post.title }}

{{ post.content | truncatewords:40}}
- Read More + Read More
{% endfor %} \ No newline at end of file -- cgit v1.2.3