diff options
-rw-r--r-- | _includes/post-link.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/post-link.liquid b/_includes/post-link.liquid index 92548cf..adf1df1 100644 --- a/_includes/post-link.liquid +++ b/_includes/post-link.liquid @@ -2,7 +2,7 @@ <a href="/{{ post.permalink }}"> {% if post.published_date %} <span class="tag"> - {{ post.published_date | date: "%e %b %Y" }} + {{ post.published_date | date: "%d %b %Y" }} </span> {% endif %} |