From 2df7a4c533cee2f74e12a7353f131b698eca5b96 Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Mon, 20 Jul 2026 18:26:45 +0900 Subject: [PATCH] Filter related posts by tags to match other official themes --- post.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.hbs b/post.hbs index 5da34039a..4636e4640 100644 --- a/post.hbs +++ b/post.hbs @@ -68,7 +68,7 @@ {{/post}} {{#if @custom.show_related_articles}} - {{#get "posts" include="authors" filter="id:-{{post.id}}" limit="4" as |next|}} + {{#get "posts" include="authors" filter="tags:[{{post.tags}}]+id:-{{post.id}}" limit="4" as |next|}} {{#if next}}