Remove weekday from date format

This commit is contained in:
Leilukin 2024-04-13 16:21:13 +08:00 committed by Helen Chong
parent e1926463ee
commit fa0247729b

View File

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