浏览代码

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

Kevin van Zonneveld 6 年之前
父节点
当前提交
c7a0e43f93
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">
     <div class="post">
       <h2><a href="/<%- post.path %>"><%- title %></a></h2>
       <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>
       <div><%- post.excerpt %></div>
       <a href="/<%- post.path %>">Continue reading ...</a>
       <a href="/<%- post.path %>">Continue reading ...</a>
     </div>
     </div>