Skip to content

Commit

Permalink
Introduce a footer nav bar, remove useless link to home in the header…
Browse files Browse the repository at this point in the history
… bar (#3)
  • Loading branch information
DataTriny authored Aug 25, 2024
1 parent 75211a0 commit fc59ffe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ highlight_theme = "css"
invert_title_order = true

menu = [
{ name = "Home", url = "", trailing_slash = true },
{ name = "How it Works", url = "how-it-works", trailing_slash = true },
{ name = "Blog", url = "blog", trailing_slash = true },
{ name = "Contact", url = "contact", trailing_slash = true },
Expand All @@ -38,6 +37,11 @@ socials = [
{ name = "YouTube", url = "https://www.youtube.com/@accesskit2196", icon = "youtube" },
]

footer_menu = [
{ name = "Sponsor the Project", url = "https://github.com/sponsors/mwcampbell" },
{ name = "Report an Issue", url = "https://github.com/AccessKit/accesskit/issues/new" },
]

copyright = "[accesskit.dev](/) © $CURRENT_YEAR by $AUTHOR is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1)"

allowed_domains = [
Expand Down

0 comments on commit fc59ffe

Please sign in to comment.