{post.data.title}
-{post.data.excerpt}
+ {sortedPosts[0].data.category} +{sortedPosts[0].data.title}
+{sortedPosts[0].data.excerpt}
- {new Date(post.data.date).toLocaleDateString('th-TH', { year: 'numeric', month: 'long', day: 'numeric' })} + {new Date(sortedPosts[0].data.date).toLocaleDateString('th-TH', { year: 'numeric', month: 'long', day: 'numeric' })}