Fix link in title
This commit is contained in:
parent
d353161c92
commit
ac51c71935
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ pub fn PostListCard(
|
|||
|
||||
<div>
|
||||
<PostTags tags=post.metadata.tags.clone()/>
|
||||
<h2>{post.metadata.title.clone()}</h2>
|
||||
<h2><A href=format!("/posts/{}", post.metadata.slug.clone())>{post.metadata.title.clone()}</A></h2>
|
||||
<p>{post.metadata.description.clone()}</p>
|
||||
<span>{post.metadata.date.clone()}</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue