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