From 4cc00c763c667434cdf07448874a2d32ee771100 Mon Sep 17 00:00:00 2001 From: giles Date: Mon, 23 Feb 2026 17:34:33 +0000 Subject: [PATCH] Home page: render content only, no title bar or post header Co-Authored-By: Claude Opus 4.6 --- bp/blog/routes.py | 4 ++-- shared | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bp/blog/routes.py b/bp/blog/routes.py index c90c257..2368b09 100644 --- a/bp/blog/routes.py +++ b/bp/blog/routes.py @@ -128,9 +128,9 @@ def register(url_prefix, title): ctx["page_cart_total"] = float(page_summary.total + page_summary.calendar_total + page_summary.ticket_total) if not is_htmx_request(): - html = await render_template("_types/post/index.html", **ctx) + html = await render_template("_types/home/index.html", **ctx) else: - html = await render_template("_types/post/_oob_elements.html", **ctx) + html = await render_template("_types/home/_oob_elements.html", **ctx) return await make_response(html) @blogs_bp.get("/index") diff --git a/shared b/shared index 3823327..001cbff 160000 --- a/shared +++ b/shared @@ -1 +1 @@ -Subproject commit 38233279a21632709221b3ef466580b10a087d29 +Subproject commit 001cbffd7460a421ed3365eac3caa018b62ccdc2