new icons

This commit is contained in:
sundae 2025-09-09 18:12:57 +03:00
parent bc8100b101
commit e14118f864
No known key found for this signature in database
29 changed files with 115 additions and 59 deletions

View file

@ -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({