From 26a625ede39acd0dcb23f517941227b742138c74 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Sun, 4 Feb 2024 18:29:22 +0800 Subject: [PATCH] fix --- 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 d8f666cc..f4d3f7fc 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' && (