From cf114ec7e2685b002d06f9198d205826f590ea65 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Sat, 4 May 2024 12:20:58 +1000 Subject: [PATCH] Fix postview navigation --- templates/macros/post.html | 50 ++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/templates/macros/post.html b/templates/macros/post.html index c8627c9..5ea20d1 100644 --- a/templates/macros/post.html +++ b/templates/macros/post.html @@ -33,31 +33,33 @@ {% macro earlier_later(page) %} - {%- if config.extra.enable_post_view_navigation and page.lower or page.higher %} -