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' && (