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 %}