From 7a39751b988b88becb841098e62dc07140ec83dd Mon Sep 17 00:00:00 2001 From: Hazel Snider Date: Sun, 13 Sep 2020 04:30:41 -0400 Subject: [PATCH] Add link to lychee instance --- config.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 7c26a70..bad5e64 100644 --- a/config.toml +++ b/config.toml @@ -13,8 +13,9 @@ build_search_index = false [extra] menu = [ - {url = "$BASE_URL", name = "Home"}, - {url = "$BASE_URL/glog", name = "GLOG Rules"}, - {url = "https://github.com/hazellanes/", name = "github"}, - {url = "https://hazellanes.itch.io/", name = "itch.io"}, + {url = "$BASE_URL", name = "Home"}, + {url = "$BASE_URL/glog", name = "GLOG Rules"}, + {url = "https://pics.hazelnut.dev", name = "Photos"}, + {url = "https://github.com/hazellanes", name = "github"}, + {url = "https://hazellanes.itch.io", name = "itch.io"}, ]