diff --git a/src/_includes/partials/posts.html b/src/_includes/partials/posts.html index 1d36ac9..b7f2bc6 100644 --- a/src/_includes/partials/posts.html +++ b/src/_includes/partials/posts.html @@ -8,14 +8,13 @@ {% set month = postsInMonth | first %}
{% if isFirstMonthOfList %}

{{ year }}

{% endif %} -

{{ month }}

{% set allPosts = postsInMonth | last %} {% for post in allPosts %}
{{ post.data.title }}
-
{{ post.date | formatDate("Do") }}
+
{{ post.date | formatDate("MM/DD") }}
{% endfor %} {% endfor %}