From 0b91bfb211d4481e98700160f37914e3f148b56c Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Sun, 4 Feb 2024 16:38:18 +0800 Subject: [PATCH] fix simple build --- themes/simple/components/ArticleInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/simple/components/ArticleInfo.js b/themes/simple/components/ArticleInfo.js index 37f4c5c9..d8f666cc 100644 --- a/themes/simple/components/ArticleInfo.js +++ b/themes/simple/components/ArticleInfo.js @@ -27,7 +27,7 @@ export default function ArticleInfo (props) { {siteConfig('AUTHOR')} {post?.publishDay} {post?.category && {post?.category}} - {post?.tags && post?.tags?.length > 0 && post?.tags.map(t => / {t})} + {post?.tags && post?.tags?.length > 0 && post?.tags.map(t => /
{t}
)} )} {post?.type !== 'Page' && (