Browse Source

Don't really want author (it's just me) and date doesn't need to be so precise

master
Nathan Bergey 5 years ago
parent
commit
5f0c3f3e90
  1. 4
      layout/_partial/post.ejs

4
layout/_partial/post.ejs

@ -8,9 +8,7 @@
</a>
<% } %>
<p style="margin-bottom: 0;">
<em id="written-by">Written by <%- post.author %></em>
<br />
<em id="published-on">Published on <%= post.date.format("DD MMMM YYYY") %></em>
<em id="published-on">Published in <%= post.date.format("MMMM YYYY") %></em>
</p>
</header>
<%- post.content %>

Loading…
Cancel
Save