Fixed absolute paths for footer links

This commit is contained in:
G2-Games 2024-10-30 03:17:46 -05:00
parent 44550eb2d7
commit 55bea3a770

View file

@ -18,8 +18,8 @@ pub fn footer() -> Markup {
html! {
footer {
p {a href="/" {"Home"}}
p {a href="about" {"About"}}
p {a href="api" {"API"}}
p {a href="/about" {"About"}}
p {a href="/api" {"API"}}
p {a href="https://github.com/Dangoware/confetti-box" {"Source"}}
p {a href="https://github.com/Dangoware/" {"Dangoware"}}
}