diff --git a/src/pages/posts/index.astro b/src/pages/posts/index.astro index d58dce8..9c27101 100644 --- a/src/pages/posts/index.astro +++ b/src/pages/posts/index.astro @@ -52,6 +52,11 @@ const formatDate = (date: Date) => {postsWithTags.map(({ post, tags, bylines }) => (
+ {post.data.featured_image && ( +
+ {post.data.featured_image.alt} +
+ )}