More deep links

This commit is contained in:
Aaron Powell
2025-10-29 16:22:23 +11:00
parent 5bd9125f57
commit 079da0cafb
2 changed files with 28 additions and 28 deletions

View File

@@ -574,7 +574,7 @@ function generateCollectionsSection(collectionsDir) {
const itemCount = collection.items ? collection.items.length : 0;
const tags = collection.tags ? collection.tags.join(", ") : "";
const link = `collections/${collectionId}.md`;
const link = `../collections/${collectionId}.md`;
const displayName = isFeatured ? `${name}` : name;
collectionsContent += `| [${displayName}](${link}) | ${description} | ${itemCount} items | ${tags} |\n`;