From e53780c2de8be7a44d8ffd5147397499d0c322fd Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 28 Oct 2023 13:26:02 -0400 Subject: try to use lume development Signed-off-by: Xe Iaso --- lume/src/_includes/blog.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lume/src/_includes') diff --git a/lume/src/_includes/blog.njk b/lume/src/_includes/blog.njk index 0262a17..e66e5db 100644 --- a/lume/src/_includes/blog.njk +++ b/lume/src/_includes/blog.njk @@ -7,7 +7,7 @@ layout: base.njk

{{title}}

- Published on {{date.toLocaleDateString("en-US", { year: "numeric", month: "2-digit", day: "2-digit" })}} + Published on {{date.toLocaleDateString("en-US", { year: "numeric", month: "2-digit", day: "2-digit" })}}, {{ readingInfo.words }} words, {{ readingInfo.minutes }} minutes to read

{% if hero %} -- cgit v1.2.3