From 61790837c2a3585f49ceeaf8d64824574a489f63 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 15 Dec 2023 15:25:51 -0600 Subject: More cryptic.. --- index.njk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'index.njk') diff --git a/index.njk b/index.njk index 61623c2..4f91eb2 100644 --- a/index.njk +++ b/index.njk @@ -29,17 +29,16 @@

uid              Marc  Coquand  <marc@mccd.space>

-
+ -

Posts

{% for post in collections.post | reverse %}
-

{{post.date.toLocaleDateString("en-GB")}}

- {{post.data.title}} +

{{post.date.toLocaleDateString("en-GB").replaceAll("/","-")}}

+ {{post.data.title}}
{% endfor %} -- cgit v1.2.3