idは不要になった
This commit is contained in:
parent
b09c9b9ce6
commit
7c969cdb64
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue