Ajout post #4

Merged
florian.richer merged 17 commits from add-posts into main 2023-12-09 19:51:18 +01:00
Showing only changes of commit 7f4a65ca75 - Show all commits

View file

@ -23,9 +23,7 @@ pub fn PostList(
.map(|post| view! {
<li>
{post.metadata.title.clone()}
<div>
{post.content.clone()}
</div>
<div inner_html=post.content.clone() />
</li>
})
.collect_view()