Ajout tags #7

Merged
florian.richer merged 13 commits from refactor-tags into main 2024-01-07 00:49:58 +01:00
Showing only changes of commit ac51c71935 - Show all commits

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>