- {story.category && (
-
- {story.category}
-
- )}
-
- {story.title}
-
- {story.excerpt && (
-
- {story.excerpt}
-
- )}
-
- {story.author_name || "Staff Reporter"}
- {story.wp_published_at && (
- <>
- ·
-
- {new Date(story.wp_published_at).toLocaleDateString("en-US", {
- month: "short",
- day: "numeric",
- year: "numeric",
- })}
-
- >
- )}
- → Read full story
-
-