From 42f4a8b68f057c45c874f7eb4a53403932925a9a Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 10 Feb 2026 20:07:52 +0000 Subject: [PATCH] fix: top menu Market link goes to coop blog page, not market app Removed 'market' from _app_slugs so the Market menu item links to coop.rose-ash.com/market/ (the blog page) instead of directly to the market app. Individual markets are linked from the post nav. Co-Authored-By: Claude Opus 4.6 --- suma_browser/templates/_types/root/_nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suma_browser/templates/_types/root/_nav.html b/suma_browser/templates/_types/root/_nav.html index bbc9bac..5e61e58 100644 --- a/suma_browser/templates/_types/root/_nav.html +++ b/suma_browser/templates/_types/root/_nav.html @@ -1,4 +1,4 @@ -{% set _app_slugs = {'market': market_url('/'), 'cart': cart_url('/')} %} +{% set _app_slugs = {'cart': cart_url('/')} %}