We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3b815 commit ab21b52Copy full SHA for ab21b52
1 file changed
src/routes/+page.svelte
@@ -75,7 +75,7 @@
75
<ArticleCard
76
slug={post.slug}
77
title={post.title}
78
- tag={post.tags[0]}
+ tags={post.tags}
79
authors={post.authors}
80
date={post.date_published || post.date_created}
81
image={`https://content.codeandomexico.org/assets/${post.post_image}`}
0 commit comments