Jacky Zhao
2023-08-11 df02ea20d7e12e8b9ffdd2968afaf5893c433488
quartz/components/pages/TagContent.tsx
@@ -48,7 +48,10 @@
                    #{tag}
                  </a>
                </h2>
                <p>{pages.length} items with this tag. {pages.length > numPages && `Showing first ${numPages}.`}</p>
                <p>
                  {pages.length} items with this tag.{" "}
                  {pages.length > numPages && `Showing first ${numPages}.`}
                </p>
                <PageList limit={numPages} {...listProps} />
              </div>
            )