fix: only show related posts and navigation on posts, not pages
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This commit is contained in:
2026-02-20 10:11:52 +01:00
parent 047a190b9d
commit df0a3cd24e

View File

@@ -30,7 +30,8 @@
{{content fallback="<p>No content provided for this post.</p>"}}
</section>
{{!-- Related Posts --}}
{{!-- Related Posts - Only show on posts, not pages --}}
{{#is "post"}}
{{#if primary_tag}}
{{#get "posts" filter="tags:{{primary_tag.slug}}+id:-{{id}}" limit="3" as |related_posts|}}
{{#if related_posts}}
@@ -65,6 +66,7 @@
{{/next_post}}
</div>
</nav>
{{/is}}
<footer class="mt-12 pt-8 border-t border-[var(--bg-tertiary)] text-center">
<a href="/" class="btn-primary">