add posting

This commit is contained in:
JOLIMAITRE Matthieu 2024-07-25 08:48:56 +02:00
parent e5cb7f3d69
commit 4537fc379c
2 changed files with 58 additions and 9 deletions

View file

@ -17,6 +17,7 @@ pub fn header() -> Markup {
a href = "/" { h1 { "Motifs" } }
a href = "/activity" { "activité" }
a href = "/topics" { "sujets" }
a href = "/create" { "créer" }
}
)
}