diff --git a/post.hbs b/post.hbs index 329e717..b528a78 100644 --- a/post.hbs +++ b/post.hbs @@ -32,29 +32,29 @@ {{content fallback="

No content provided for this post.

"}} - {{!-- Next/Prev Navigation --}} - - {{!-- Related Posts - Only show on posts, not pages --}} {{#is "post"}} + {{!-- Next/Prev Navigation --}} + + {{#if primary_tag}} {{#get "posts" filter="tags:{{primary_tag.slug}}+id:-{{id}}" limit="3" as |related_posts|}} {{#if related_posts}}