diff --git a/src/app/pages/posts.rs b/src/app/pages/posts.rs index 5d79a09..4c7cb4a 100644 --- a/src/app/pages/posts.rs +++ b/src/app/pages/posts.rs @@ -152,14 +152,12 @@ pub fn PostList() -> impl IntoView { match tag() { Some(tag) => { view! { - {tag} + <>{tag} }.into_view() }, None => { view! { -
- {tags_view} -
+ <>{tags_view} }.into_view() } } @@ -168,7 +166,8 @@ pub fn PostList() -> impl IntoView { view! { }>