From fce691fa9c8a24014df8713de604ab7c11b07695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 21 Feb 2026 19:58:51 +0100 Subject: [PATCH] fix: post widgets order --- post.hbs | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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}}