KylinDC
2024-02-23 fb66ae283848deec6b2be405642bd63f0c113e61
quartz/components/pages/TagContent.tsx
@@ -66,9 +66,12 @@
                  <p>
                    {i18n(cfg.locale).pages.tagContent.itemsUnderTag({ count: pages.length })}
                    {pages.length > numPages && (
                      <span>
                        {i18n(cfg.locale).pages.tagContent.showingFirst({ count: numPages })}
                      </span>
                      <>
                        {" "}
                        <span>
                          {i18n(cfg.locale).pages.tagContent.showingFirst({ count: numPages })}
                        </span>
                      </>
                    )}
                  </p>
                  <PageList limit={numPages} {...listProps} />