Add tags in post
This commit is contained in:
parent
cf65d5b8e9
commit
d353161c92
3 changed files with 74 additions and 30 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue