From 2ccb5b749fa3243892788a0abd22159582950472 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 10 Jan 2018 17:40:46 -0500 Subject: [PATCH] Updated navbar menu. Updated section titles. --- site/config.toml | 8 ++++---- site/layouts/index.html | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) 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.

  1. Why are you the way you are? @@ -22,7 +23,7 @@
    -

    How can I contribute?

    +

    Contributing and Donations

    A call to action!