Jacky Zhao
2023-12-14 4442847b37e6532742e246fedb43fd3d60384545
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({