Jacky Zhao
2023-12-14 66e297c0eacca69da7b88be2a1377e8c1aba6720
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({