diff --git a/post.hbs b/post.hbs index 5da34039..4636e464 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}}