diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index 288994f..9d42152 100644 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -8,9 +8,7 @@ <% } %>

- Written by <%- post.author %> -
- Published on <%= post.date.format("DD MMMM YYYY") %> + Published in <%= post.date.format("MMMM YYYY") %>

<%- post.content %>