From 65f5b4831dfd2d36a73ef611c311398996cb4e67 Mon Sep 17 00:00:00 2001 From: June Date: Sun, 26 Jul 2020 11:49:59 +0200 Subject: [PATCH] Update config.toml --- config.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 570f8d8..4a3ecc7 100644 --- a/config.toml +++ b/config.toml @@ -11,13 +11,15 @@ highlight_code = false # Whether to build a search index to be used later on by a JavaScript library build_search_index = false -theme "sam" +theme = "sam" title = "Mutu NS" [extra] # Put all your custom variables here sam_menu = [ - { text= "About (en)", link = "/about" }, - { text= "À propos", link = "/about-fr" } + { text = "About", link = "/about" }, + { text = "À propos", link = "/about-fr" } ] + +sam_bottom_menu = true