From 9c80d733d9711a49661a97ba885c9ae93476b8c8 Mon Sep 17 00:00:00 2001 From: zlatanajanovic <{ID}+{username}@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:40:13 +0200 Subject: [PATCH] Added Calls menu and updated it for call for workshops --- config.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config.toml b/config.toml index 5f40016..b16c711 100644 --- a/config.toml +++ b/config.toml @@ -84,10 +84,10 @@ theme = 'mainroad' # parent = "attending" # weight = "50" ## CALLS -# [[menu.main]] -# identifier = "calls" -# name = "Calls" -# weight = 4000 + [[menu.main]] + identifier = "calls" + name = "Calls" + weight = 4000 # [[menu.main]] # identifier = "main_track" # name = "Main Track" @@ -118,12 +118,12 @@ theme = 'mainroad' # url = "/calls/journal_track" # parent = "calls" # weight = 45 -# [[menu.main]] -# identifier = "workshop_call" -# name = "Call for Workshop Proposals" -# url = "/calls/workshop_call" -# parent = "calls" -# weight = 50 + [[menu.main]] + identifier = "workshop_call" + name = "Call for Workshop Proposals" + url = "/calls/workshop_call" + parent = "calls" + weight = 50 # [[menu.main]] # identifier = "tutorial_call" # name = "Call for Tutorial Proposals"