Jimin Kim
2023-12-03 f0ec6c9b926dffd0e96b7d53a048d686f6414858
quartz/plugins/emitters/tagPage.tsx
@@ -45,7 +45,7 @@
      const tagDescriptions: Record<string, ProcessedContent> = Object.fromEntries(
        [...tags].map((tag) => {
          const title = tag === "" ? "Tag Index" : `Tag: #${tag}`
          const title = tag === "index" ? "Tag Index" : `Tag: #${tag}`
          return [
            tag,
            defaultProcessedContent({