From: Jannik ZANDER Date: Thu, 11 Sep 2025 04:16:11 +0000 (+0200) Subject: Date X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=0f21f79f575a0da9259b4a9207c4056f9168dff7;p=zndr-11ty.git Date --- 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