From db4dceaba5b629fa0ff6769c448f87febb2b6af3 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Wed, 12 Feb 2014 20:42:49 -0500 Subject: Lots of style updates --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 4ea92e7..2f3de29 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,12 @@ layout: default {% for post in site.posts %}
-

{{ post.title }}

+

{{ post.title }}

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