]> git.zndr.dk Git - zndr-11ty.git/commitdiff
Date
authorJannik ZANDER <jzander@grundfos.com>
Thu, 11 Sep 2025 04:16:11 +0000 (06:16 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Thu, 11 Sep 2025 04:16:11 +0000 (06:16 +0200)
.eleventy.js

index 5fd775f7407f2f655a19efebeeeacb9102b76c7f..bb2885c19d5e0afa8ac19b6444fb0919f0e63d58 100644 (file)
@@ -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