From c2e5708aa9ad036bf7f6d8c5d11ac1c237578bc3 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 10 Feb 2026 20:07:57 +0000 Subject: [PATCH] fix: top menu Market link goes to coop blog page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OOB nav template also updated — Market link now uses HTMX navigation to coop.rose-ash.com/market/ instead of linking to the market app directly. Co-Authored-By: Claude Opus 4.6 --- shared_lib | 2 +- templates/_types/menu_items/_nav_oob.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared_lib b/shared_lib index e653acb..42f4a8b 160000 --- a/shared_lib +++ b/shared_lib @@ -1 +1 @@ -Subproject commit e653acb921487228986789e32115bd4e0f321906 +Subproject commit 42f4a8b68f057c45c874f7eb4a53403932925a9a diff --git a/templates/_types/menu_items/_nav_oob.html b/templates/_types/menu_items/_nav_oob.html index f8bdd5c..364d417 100644 --- a/templates/_types/menu_items/_nav_oob.html +++ b/templates/_types/menu_items/_nav_oob.html @@ -1,4 +1,4 @@ -{% set _app_slugs = {'market': market_url('/'), 'cart': cart_url('/')} %} +{% set _app_slugs = {'cart': cart_url('/')} %}