{data.title}
{new Date(data.createdAt).toLocaleDateString('mk-MK', {
day: 'numeric',
month: 'long',
year: 'numeric',
})}
•
{data.views} views
{data.author && (
<>
•
By {data.author.name}
>
)}
{data.featuredImage && data.imagePosition !== 'none' && (
Image not available
Tags
{data.tags.map((tag) => (
{tag}
))}