From a8fe14cbba8ff540bd2967b018fef7f43d2431d8 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 30 Sep 2023 11:59:17 -0400 Subject: lume/src: style fixes Signed-off-by: Xe Iaso --- lume/src/_includes/blog.njk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lume/src/_includes') diff --git a/lume/src/_includes/blog.njk b/lume/src/_includes/blog.njk index 77b4aea..c0a1cb3 100644 --- a/lume/src/_includes/blog.njk +++ b/lume/src/_includes/blog.njk @@ -2,10 +2,10 @@ layout: base.njk --- -
+

{{title}}

- {{date.toDateString()}} + Published on {{date.toLocaleDateString("en-US", { year: "numeric", month: "2-digit", day: "2-digit" })}}

{% if hero %} @@ -39,7 +39,7 @@ layout: base.njk console.log("got here"); const shareData = { title: document.title, - url: window.location.href, + url: window.location.href }; if (!navigator.canShare(shareData)) { console.log("can't share"); -- cgit v1.2.3