{post.title}
{post?.category && (<>
{post.category}
|
>)}
{post?.type !== 'Page' && (<>
{date}
|
{locale.COMMON.LAST_EDITED_TIME}: {post.lastEditedTime}
>)}
{post.tagItems && (
{post.tagItems.map(tag => (
))}
)}