mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-05-07 16:12:57 -05:00
Fixed absolute paths for footer links
This commit is contained in:
parent
44550eb2d7
commit
55bea3a770
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ pub fn footer() -> Markup {
|
||||||
html! {
|
html! {
|
||||||
footer {
|
footer {
|
||||||
p {a href="/" {"Home"}}
|
p {a href="/" {"Home"}}
|
||||||
p {a href="about" {"About"}}
|
p {a href="/about" {"About"}}
|
||||||
p {a href="api" {"API"}}
|
p {a href="/api" {"API"}}
|
||||||
p {a href="https://github.com/Dangoware/confetti-box" {"Source"}}
|
p {a href="https://github.com/Dangoware/confetti-box" {"Source"}}
|
||||||
p {a href="https://github.com/Dangoware/" {"Dangoware"}}
|
p {a href="https://github.com/Dangoware/" {"Dangoware"}}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue