Remove weekday from date format
This commit is contained in:
parent
e1926463ee
commit
fa0247729b
@ -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…
x
Reference in New Issue
Block a user