Sam Stokes
2023-12-05 a7e20804f5fe68dff7b71f3065f60e2147d633ba
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({