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