From 5f0c3f3e901bbb6594e1252f059a7484851bb2c2 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Mon, 2 Sep 2019 23:13:20 -0400 Subject: [PATCH] Don't really want author (it's just me) and date doesn't need to be so precise --- layout/_partial/post.ejs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index 288994f..9d42152 100644 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -8,9 +8,7 @@ <% } %>

- Written by <%- post.author %> -
- Published on <%= post.date.format("DD MMMM YYYY") %> + Published in <%= post.date.format("MMMM YYYY") %>

<%- post.content %>