mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-11 04:51:47 +00:00
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…
x
Reference in New Issue
Block a user