From 0f21f79f575a0da9259b4a9207c4056f9168dff7 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Thu, 11 Sep 2025 06:16:11 +0200 Subject: [PATCH] Date --- .eleventy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 5fd775f..bb2885c 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,8 +1,8 @@ // .eleventy.js const { DateTime } = require("luxon"); -const DEFAULT_LOCALE = "en-GB"; -const DEFAULT_DISPLAY = "DATE_FULL"; +const DEFAULT_LOCALE = "en-GB"; // English month names with day comes first +const DEFAULT_DISPLAY = "DATE_FULL"; // 11 September 2025 module.exports = function(eleventyConfig) { // Passthroughs -- 2.50.1