15 | {blogpost.tags.map((tag) => ( 16 | 17 | 18 | {tag.name} 19 | 20 | 21 | ))} 22 |
23 |{blogpost.dateFormatted}
24 |53 | {new Intl.DateTimeFormat('default', { 54 | year: 'numeric', 55 | month: 'short', 56 | day: 'numeric', 57 | }).format(new Date(post.published_at))} 58 |
59 | {/* TODO refactor END */} 60 |61 | (reading time: {post.reading_time} min.) 62 |
63 |57 | {new Intl.DateTimeFormat('default', { 58 | year: 'numeric', 59 | month: 'short', 60 | day: 'numeric', 61 | }).format(new Date(post.published_at))} 62 |
63 | {/* TODO refactor END */} 64 |