From 201c98364bff8d69f487909460fca425fa5b4b56 Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Fri, 19 May 2023 17:39:17 +0200 Subject: [PATCH] notes --- .eleventy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index f14dadd..1359374 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -48,7 +48,8 @@ module.exports = function (eleventyConfig) { return str.split('/').map(part => encodeURI(part)).join('/') }); - // this appears to potentially be dependent on rendering order + // TODO: this appears to potentially be dependent on rendering order + // TODO: actually add to the post ui eleventyConfig.addFilter("related", function(obj) { const post = this.ctx; const posts = this.ctx.collections.posts.map(post => post.data);