idは不要になった

This commit is contained in:
moris 2025-04-05 16:24:38 +09:00
parent b09c9b9ce6
commit 7c969cdb64

View file

@ -18,7 +18,7 @@
{#each data.posts as post}
<article class:unpublished={!post.metadata.published}>
<a style='text-decoration:none; color:currentColor;' href="../post/{post.postId}" tabindex="0">
<Postgrid id={post.postId} {...post.metadata}></Postgrid>
<Postgrid {...post.metadata}></Postgrid>
</a>
</article>
{/each}