From 8bf516d1c6fbfc45443ac0ae8773536ab8371b9a Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 11 Jun 2018 10:44:51 -0400 Subject: [PATCH] print year on blog posts --- view/template/content/news-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/template/content/news-post.php b/view/template/content/news-post.php index 98eb6c88..e94e558a 100644 --- a/view/template/content/news-post.php +++ b/view/template/content/news-post.php @@ -12,7 +12,7 @@ getAuthorName() ?> hasAuthor() && $post->hasDate() ? '•' : '' ?> hasDate()): ?> - getDate()->format('M j') ?> + getDate()->format('M j Y') ?>