new icons

This commit is contained in:
sundae 2025-09-09 18:12:57 +03:00
commit e14118f864
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
29 changed files with 115 additions and 59 deletions

View file

@ -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");
});
```