From 38be3579610f9e663e1b756bb2c7b586acd69301 Mon Sep 17 00:00:00 2001 From: TheBestJohn Date: Sun, 29 Apr 2018 21:27:15 -0400 Subject: [PATCH] Update article.pug Dates now use the format set up in the site's config --- layout/includes/article.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/article.pug b/layout/includes/article.pug index 412913d..0cd0931 100644 --- a/layout/includes/article.pug +++ b/layout/includes/article.pug @@ -4,7 +4,7 @@ article#article.article(itemscope itemtype="https://schema.org/BlogPosting") time.article__meta__time( datetime=date_xml(page.date) itemprop="datePublished" - )= full_date(page.date) + )= full_date(page.date, config.date_format) if page.categories && page.categories.length .article__meta__categories each category, index in page.categories.data