update site

This commit is contained in:
2026-02-20 08:02:52 -08:00
parent 6203735ff8
commit c4b549bc75
259 changed files with 259 additions and 259 deletions

View File

@ -27,7 +27,7 @@ export default function(eleventyConfig) {
(strings || []).sort((b, a) => b.localeCompare(a))
);
/* Remove year from image filenames for OG metadata */
/* Remove year from image filenames for OG metadata file path */
eleventyConfig.addFilter("toOgFilename", (filename) => {
return filename.split("/")[1];
});