more cleanup and new og image
This commit is contained in:
parent
7331e63d4e
commit
3c4944bacb
7 changed files with 3 additions and 4 deletions
|
@ -69,7 +69,6 @@ module.exports = function (eleventyConfig) {
|
|||
.reduce((series, post) => {
|
||||
series[post.data.series] = series[post.data.series] ?? [];
|
||||
series[post.data.series].push(post);
|
||||
console.log(series);
|
||||
return series;
|
||||
}, {});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue