diff --git a/site/config.toml b/site/config.toml index fe5979e85..e4d85802f 100644 --- a/site/config.toml +++ b/site/config.toml @@ -8,13 +8,13 @@ theme = "shared-bulma-theme" paginate = 10 [[menu.main]] - name = "frequently asked questions" + name = "about" weight = 1 - identifier = "faq" - url = "#faq" + identifier = "about" + url = "#about" [[menu.main]] - name = "contributing" + name = "contribute" weight = 2 identifier = "contribute" url = "#contribute" diff --git a/site/layouts/index.html b/site/layouts/index.html index 854f2a248..f30243ce8 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -1,12 +1,13 @@ {{ define "main" }} {{ partial "home_hero" . }} - + - Frequently asked questions + About Yuzu + Another blurb about Yuzu. Why are you the way you are? @@ -22,7 +23,7 @@ - How can I contribute? + Contributing and Donations A call to action!
Another blurb about Yuzu.
A call to action!