|
@@ -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>
|