Remove weekday from date format

This commit is contained in:
Helen Chong 2024-04-13 16:21:13 +08:00
parent 1c44d42bd2
commit 81d0d3ac57
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ module.exports = function (eleventyConfig) {
// Filter: Format dates
const dateOptions = {
weekday: 'long',
year: 'numeric',
month: 'long',
day: 'numeric',