From 42eed53cefe50d7d489db7e3d9b91e5205a700d7 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 25 Mar 2021 18:43:50 -0500 Subject: [PATCH] Add link to main website (bbaovanc.com) --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.toml b/config.toml index 33e6a5b..17ad8b1 100644 --- a/config.toml +++ b/config.toml @@ -71,3 +71,10 @@ paginate = 5 identifier = "other-sites" name = "Other Sites" url = "/other-sites" + weight = 10 + + [[languages.en.menu.main]] + identifier = "main-website" + name = "Main Website" + url = "https://bbaovanc.com/" + weight = 20