From b6cd441c81c81a03c593ec79ef98f726d20db880 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Wed, 5 Jun 2019 14:35:41 +0200 Subject: [PATCH] Add Home link to menu --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 737fd19..672466f 100644 --- a/config.toml +++ b/config.toml @@ -77,6 +77,10 @@ disqusShortname = "" url = "/contact/" # Menu links +[[menu.main]] + name = "Home" + weight = 1 + url = "/" [[menu.main]] name = "Blog" weight = 10