From 6b562b882f45213449c0b0968f3ccb2f855e19fd Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 24 May 2013 11:50:20 -0400 Subject: [PATCH] post.url is going to be the death of me --- _layouts/post-index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post-index.html b/_layouts/post-index.html index 54b9fa1c..7722650d 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -28,7 +28,7 @@
{% for post in site.posts %}
-

{{ post.title }}

+

{{ post.title }}

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}