Browse Source

Add weekday to post layout

Kevin van Zonneveld 6 years ago
parent
commit
49c901c697
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/themes/uppy/layout/post.ejs

+ 1 - 1
website/themes/uppy/layout/post.ejs

@@ -24,7 +24,7 @@
         }
     %>
   <h1><%- title %></h1>
-  <h4><%- page.date.format('MMM D[,] YYYY') %></h4>
+  <h4><%- page.date.format('dddd MMM D[,] YYYY') %></h4>
     <% 
         if (page.series) { 
             var seriesList = []