Remove weekday from date format
This commit is contained in:
parent
1c44d42bd2
commit
81d0d3ac57
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue