From ebee3479b1205c8fd6692fa1c210ee9bd02d8e65 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Thu, 19 Oct 2023 16:32:16 +0100 Subject: [PATCH] Load tags for the 'read more' section --- post.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.hbs b/post.hbs index e277d41..010a354 100644 --- a/post.hbs +++ b/post.hbs @@ -79,7 +79,7 @@ {{/post}} -{{#get "posts" include="authors" filter="id:-{{post.id}}" limit="4" as |next|}} +{{#get "posts" include="authors,tags" filter="id:-{{post.id}}" limit="4" as |next|}} {{#if next}}