From 48391eb92936ab31e1f1fd2e3204aa7132a9365a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 22 Aug 2024 21:28:13 +0100 Subject: [PATCH] Update the date format --- source/index.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/index.html.twig b/source/index.html.twig index fe879b0..244c63b 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -8,8 +8,7 @@ use: [notes] {% for note in data.notes %}
  • - {{ note.date|date('c') }}: - {{ note.title }} + {{- note.date|date }}: {{ note.title -}}
  • {% endfor %}