diff --git a/_layouts/home.html b/_layouts/home.html index 7c7a4f14..a918d74b 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -37,7 +37,7 @@ {% for post in site.posts limit:5 %}
{% if post.link %} -

{{ post.title }}

+

{{ post.title }}

{% else %}

{{ post.title }}

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