{siteConfig('POST_TITLE_ICON') && (
)}
{post.title}
{/* 文章信息 */}
{post.category && (
{' '}
{post.category}
)}
{post?.tags &&
post?.tags?.length > 0 &&
post?.tags.map(t => (
/{t}
))}