subcategories implemented and working now

This commit is contained in:
Priec
2026-06-17 15:11:21 +02:00
parent f54fd3d717
commit 43562e964a
3 changed files with 62 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ async fn category_sidebar(
&v,
"shop/_sidebar.html",
json!({
"category_tree": view::sidebar_rows(&categories::tree(&published)),
"category_groups": view::sidebar_groups(&published),
"lang": current_lang(&jar),
}),
)