Rename "home" for "about" on the website navigation

It's more representative of what it links to. The home page is
used to explain what is ARA.

Change-Id: Ib470de792c22e1a932aa1892b79eaab2ed9c68a3
This commit is contained in:
David Moreau Simard 2019-01-17 11:09:43 -05:00
parent 69658e2555
commit 5368e6cb0e
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@ relativeURLs = true
# Sets the menu items in the navigation bar
# Identifier prepends a Font Awesome icon to the menu item
[[menu.main]]
name = "Home"
name = "About"
url = "/"
identifier = "fa fa-home"
identifier = "fa fa-question-circle"
weight = 1
[[menu.main]]