From 1cd429a2f811754605b9157c46937655afbb89f1 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 31 Jul 2022 22:17:20 +0200 Subject: Add Home submenu --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index c71e96f..00b6f92 100644 --- a/config.toml +++ b/config.toml @@ -33,6 +33,10 @@ theme = "researcher" url = "mailto:mail@example.com" [menu] + [[menu.main]] + name = "Home" + url = "/" + weight = 1 [[menu.main]] name = "Resume" url = "/cv.pdf" -- cgit 1.4.1