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

{{ post.title }}

+

{{ post.title }}

{% else %}

{{ post.title }}

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

diff --git a/_layouts/post-index.html b/_layouts/post-index.html index 7684654e..77fe7a2d 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -48,7 +48,7 @@ {% endunless %}
{% if post.link %} -

{{ post.title }}

+

{{ post.title }}

{% else %}

{{ post.title }}

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