From 8b3737cf23a4a04b29bfa1f5e69358ea16c87b83 Mon Sep 17 00:00:00 2001 From: Clayton Burlison Date: Wed, 17 Dec 2014 13:56:10 -0600 Subject: [PATCH] Missing trail The missing willing cause an issue when someone is customizing the order of "Post then Date" to "Date then Post". --- _layouts/post-index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post-index.html b/_layouts/post-index.html index 380b8ad5..814f7e95 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -46,7 +46,7 @@ {% endunless %}
{% if post.link %} -

{{ post.title }}

+

{{ post.title }}

{% else %}

{{ post.title }}

{{ post.excerpt | strip_html | truncate: 160 }}

@@ -65,4 +65,4 @@ {% include _scripts.html %} - \ No newline at end of file +