No publications yet
{{ post.rating }}
{{ post.type.replace('_', ' ') }}
{{ new Date(post.publicationDate).toLocaleDateString('en-US', {
year:
'numeric', month: 'long', day: 'numeric'
}) }}
{{ post.title }}
{{ post.authors.length > 0 ? `By ${post.authors.join(', ')}` : 'No Authors' }}
💬 {{ post.commentCount }} Comments
#{{ tag.name }}