From 0df8994e5f44bd42fff2302711bda9a59bcb9dcf Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Mon, 17 Feb 2014 20:34:55 -0500 Subject: Style Guide, and all markdown content styled --- index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 2f3de29..2accc19 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,16 @@ layout: default
{% for post in site.posts %}
-
-

{{ post.title }}

-
+ +

{{ post.title }}

+ +
+ {{ post.date | date: "%B %e, %Y" }} +
-
{{ post.content | truncatewords:40}}
+
+ {{ post.content | truncatewords:40}} +
Read More
-- cgit v1.2.3