Add tags in post

This commit is contained in:
Florian RICHER 2024-01-07 00:23:25 +01:00
parent cf65d5b8e9
commit d353161c92
3 changed files with 74 additions and 30 deletions

View file

@ -1,4 +1,5 @@
use leptos::*;
use leptos_router::A;
#[component]
pub fn Title(
@ -8,7 +9,7 @@ pub fn Title(
) -> impl IntoView {
view! {
<header>
<a href=href>r"< Retour"</a>
<A href=href>r"< Retour"</A>
<h1>{title}</h1>
<span></span>
</header>