Browse Source

Update website/themes/uppy/layout/partials/blog.ejs

Kevin van Zonneveld 6 years ago
parent
commit
c7a0e43f93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/themes/uppy/layout/partials/blog.ejs

+ 1 - 1
website/themes/uppy/layout/partials/blog.ejs

@@ -48,7 +48,7 @@
   %>
     <div class="post">
       <h2><a href="/<%- post.path %>"><%- title %></a></h2>
-      <h4><%- post.date.format('MMM D[,] YYYY') %></h4>
+      <h4><%- post.date.format('dddd MMM D[,] YYYY') %></h4>
       <div><%- post.excerpt %></div>
       <a href="/<%- post.path %>">Continue reading ...</a>
     </div>