Jacky Zhao
2025-01-01 e3162f7a7e810b74ba417590657a53e00c3b2f76
quartz/plugins/emitters/tagPage.tsx
@@ -105,6 +105,9 @@
          const tag = slug.slice("tags/".length)
          if (tags.has(tag)) {
            tagDescriptions[tag] = [tree, file]
            if (file.data.frontmatter?.title === tag) {
              file.data.frontmatter.title = `${i18n(cfg.locale).pages.tagContent.tag}: ${tag}`
            }
          }
        }
      }