Skip to content

Commit ab21b52

Browse files
committed
Fix de tags
1 parent 4a3b815 commit ab21b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<ArticleCard
7676
slug={post.slug}
7777
title={post.title}
78-
tag={post.tags[0]}
78+
tags={post.tags}
7979
authors={post.authors}
8080
date={post.date_published || post.date_created}
8181
image={`https://content.codeandomexico.org/assets/${post.post_image}`}

0 commit comments

Comments
 (0)