new icons
This commit is contained in:
parent
bc8100b101
commit
e14118f864
29 changed files with 115 additions and 59 deletions
|
@ -34,7 +34,7 @@ export default async function (eleventyConfig) {
|
|||
return format(dateObj, ("yyyy-LL-dd"));
|
||||
});
|
||||
eleventyConfig.addFilter("readable", (dateObj) => {
|
||||
return format(dateObj, ("LLLL d, yyyy"));
|
||||
return format(dateObj, ("LLLL do, yyyy"));
|
||||
});
|
||||
|
||||
eleventyConfig.setBrowserSyncConfig({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue