fixes for frontend card renderers

This commit is contained in:
cwilvx
2025-01-29 12:31:18 +03:00
parent 0c3a55b9ce
commit f6afe048e4
5 changed files with 94 additions and 41 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class HomepageStore:
"id": page["id"],
"title": page["name"],
"description": page["extra"]["description"],
"items": recover_page_items(page["items"]),
"items": recover_page_items(page["items"], for_homepage=True),
"url": f"pages/{page['id']}",
}
}