update site
This commit is contained in:
@ -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];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user