Fix link in title

This commit is contained in:
Florian RICHER 2024-01-07 00:46:20 +01:00
parent d353161c92
commit ac51c71935

View file

@ -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>