From b438762758523767c86f536645867bef36fc48c1 Mon Sep 17 00:00:00 2001 From: chelsea Date: Sun, 12 Oct 2025 15:16:38 -0500 Subject: [PATCH] Fix post detail page navigation issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated back button to use JavaScript function instead of direct href - Added URL parameter preservation when navigating back to feed - Improved fallback logic to handle browser history properly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- templates/post_detail.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/templates/post_detail.html b/templates/post_detail.html index 3e0ee44..29d70b8 100644 --- a/templates/post_detail.html +++ b/templates/post_detail.html @@ -9,7 +9,7 @@
@@ -657,13 +657,23 @@