mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
feat: add parent cids to body class
This commit is contained in:
@@ -156,6 +156,7 @@ async function buildBreadcrumbs(topicData) {
|
||||
{
|
||||
text: topicData.category.name,
|
||||
url: nconf.get('relative_path') + '/category/' + topicData.category.slug,
|
||||
cid: topicData.category.cid,
|
||||
},
|
||||
{
|
||||
text: topicData.title,
|
||||
|
||||
Reference in New Issue
Block a user