From 4c3a0696711b284eeee7434a26a0fae252f0bfef Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 18 Sep 2019 10:42:41 -0400 Subject: [PATCH] Include full timestamp in article meta --- site/includes/article-meta.html.ejs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/includes/article-meta.html.ejs b/site/includes/article-meta.html.ejs index f36ebf2..2ad30aa 100644 --- a/site/includes/article-meta.html.ejs +++ b/site/includes/article-meta.html.ejs @@ -5,7 +5,8 @@ on <% const formatted = formatDate(metadata.date, "MMM Do, YYYY") %> - + <% const fullFormatted = formatDate(metadata.date, "hh:mm:ss A MMM Do, YYYY") %> + <% if (metadata.category) { %> in @@ -18,4 +19,4 @@ • <%= metadata.readingTime %> min read <% } %> -

\ No newline at end of file +