From 5368e6cb0e936368f9d1142a408af548891df167 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Thu, 17 Jan 2019 11:09:43 -0500 Subject: [PATCH] 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 --- website/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/config.toml b/website/config.toml index a8304af..f0af805 100644 --- a/website/config.toml +++ b/website/config.toml @@ -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]]