This commit is contained in:
Zef Hemel
2022-11-20 10:24:24 +01:00
parent a1e3299fb8
commit 7a627c2f35
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ export async function indexItems({ name, tree }: IndexTreeEvent) {
if (!item.tags) {
item.tags = [];
}
item.tags.push(h.children![0].text!);
// Push tag to the list, removinn the initial #
item.tags.push(h.children![0].text!.substring(1));
});
items.push({