From 81d0d3ac57175e1963bbd5174ecc67084d465471 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 13 Apr 2024 16:21:13 +0800 Subject: [PATCH] Remove weekday from date format --- eleventy.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eleventy.config.js b/eleventy.config.js index 2cd43479..17fc78b4 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -21,7 +21,6 @@ module.exports = function (eleventyConfig) { // Filter: Format dates const dateOptions = { - weekday: 'long', year: 'numeric', month: 'long', day: 'numeric',