replace data with article

This commit is contained in:
whidix
2023-03-08 18:37:41 +01:00
parent 956a8b9b83
commit f5be032da8
3 changed files with 13 additions and 13 deletions

View File

@@ -18,8 +18,8 @@
<hr />
<section class="project_list">
{#each data.data as { title, description, path, date, tags, image }}
<Card data={{ title, description, path, date, tags, image }} />
{#each data.data as article}
<Card { article } />
{/each}
</section>
</div>