diff --git a/_includes/latest-posts.html b/_includes/latest-posts.html index 40fbf0e..efd53ee 100644 --- a/_includes/latest-posts.html +++ b/_includes/latest-posts.html @@ -9,10 +9,7 @@
{{ post.date | date: date_format }}
- {%- if site.show_excerpts -%} -{{ post.description }}
- {%- endif -%} +{{ post.author }}
{%- assign count = count | plus: 1 -%} {%- endif -%} {%- endfor -%}