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