Skip to content

Commit

Permalink
Fix scrolling to #content on frontpage.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Mar 13, 2024
1 parent a94f60d commit f6eb8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ title = "Find us elsewhere"
weight = 1
identifier = "about"
name = "Vorbeikommen"
url = "/#content"
url = "/"

[[languages.de.menu.main]]
weight = 2
Expand All @@ -100,7 +100,7 @@ title = "Find us elsewhere"
weight = 1
identifier = "about"
name = "Drop by"
url = "/#content"
url = "/"

[[languages.en.menu.main]]
weight = 2
Expand Down

0 comments on commit f6eb8ed

Please sign in to comment.