diff --git a/src/app/pages/posts.rs b/src/app/pages/posts.rs index f246ea1..f8c2d4c 100644 --- a/src/app/pages/posts.rs +++ b/src/app/pages/posts.rs @@ -128,11 +128,10 @@ pub fn PostElement() -> impl IntoView { post.and_then(|post| { view! { <> - { if post.metadata.draft { Some(view!{ -
+
r#" L'article est en cours d'écriture. La formulation peut ne pas être exacte et les phrases peuvent contenir des fautes. "# @@ -142,6 +141,15 @@ pub fn PostElement() -> impl IntoView { None } } + +
+ format!("Image +

{post.metadata.title.clone()}

+

{post.metadata.description.clone()}

+ {post.metadata.date.clone()} + +
+
}