Jacky Zhao
2023-07-26 1c1a56902371d20e35ad3849cc806a2272f8e8df
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>
            )