diff --git a/post.hbs b/post.hbs index 95ef757..329e717 100644 --- a/post.hbs +++ b/post.hbs @@ -32,6 +32,27 @@ {{content fallback="
No content provided for this post.
"}} + {{!-- Next/Prev Navigation --}} + + {{!-- Related Posts - Only show on posts, not pages --}} {{#is "post"}} {{#if primary_tag}} @@ -48,27 +69,6 @@ {{/if}} {{/get}} {{/if}} - - {{!-- Next/Prev Navigation --}} - {{/is}} {{/post}}