diff --git a/_includes/post-list.html b/_includes/post-list.html index 60e8ff3..73c43cc 100644 --- a/_includes/post-list.html +++ b/_includes/post-list.html @@ -2,7 +2,7 @@ {% for post in paginator.posts %} {% if post.status == "published" %}
  • - + {{ post.title }}

    {{ post.description }}

  • {% endif %}