From 9c42ad1b307e1338883aaf49bab079f6a21f8a53 Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 4 Nov 2020 04:18:15 +0700 Subject: [PATCH] Fix related posts grid --- post.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.hbs b/post.hbs index 941320c..ed2e9df 100644 --- a/post.hbs +++ b/post.hbs @@ -86,7 +86,7 @@

More in {{name}}

{{/../primary_tag}} -
+
{{#foreach related_posts}} {{> post-card}} {{/foreach}}