Ajout post #4
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue