From 916aedce40864a485724d9df78879e8d130beab3 Mon Sep 17 00:00:00 2001
From: Aster Hu <asterhu17@gmail.com>
Date: Thu, 22 Feb 2024 03:04:36 +0000
Subject: [PATCH] docs: Add Aster's notebook to showcase.md (#912)
---
quartz/components/pages/TagContent.tsx | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/quartz/components/pages/TagContent.tsx b/quartz/components/pages/TagContent.tsx
index 19452ec..22f6bb2 100644
--- a/quartz/components/pages/TagContent.tsx
+++ b/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} />
--
Gitblit v1.10.0