From 03ae641b7627c56003569a36a417b42f98f1bfd9 Mon Sep 17 00:00:00 2001 From: Christian Weimann Date: Sat, 13 Jan 2024 12:51:41 +0100 Subject: [PATCH] Limit menue bar to impressum --- config.toml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/config.toml b/config.toml index b7e300e..2815f9c 100644 --- a/config.toml +++ b/config.toml @@ -54,23 +54,11 @@ preserveTaxonomyNames = true [menu] # This displays buttons in the navbar to access your contents - [[menu.main]] - identifier = "cloud" - name = "Cloud" - url = "https://cloud.qx9.de" # The path can lead to a content folder too. - weight = 10 - - [[menu.main]] - identifier = "rdg" - name = "RDG" - url = "https://rdg.qx9.de" # The path can lead to a content folder too. - weight = 20 - [[menu.main]] identifier = "impressum" # An unique identifier for the button name = "Impressum" # A display name for the button url = "/impressum/" # The path to the content. It can lead to a single page (like here) - weight = 30 # A number to order the buttons in the navbar + weight = 10 # A number to order the buttons in the navbar #[[menu.main]] # identifier = "posts"