7 lines
113 B
Text
7 lines
113 B
Text
|
---
|
||
|
export let post;
|
||
|
export let author;
|
||
|
---
|
||
|
|
||
|
<a class="author" href={`/author/${post.author}`}>{author.name}</a>
|