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