From 148b08a5bdea8a41fbc7e6bb31e271b9353fe637 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 31 Jul 2024 08:08:04 +0100 Subject: [PATCH] Link to the Dense Analysis Education Portal --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 81ae1ce..5ce1db5 100644 --- a/config.toml +++ b/config.toml @@ -102,11 +102,17 @@ pygmentsCodefencesGuessSyntax = true name = "About" weight = 4 +[[menu.main]] + identifier = "portal" + name = "🔗 Portal" + url = "https://dense-analysis.notion.site/Dense-Analysis-Education-Portal-3bf400d2c185412d8a4ff514207e82d0" + weight = 5 + [[menu.main]] identifier = "sponsor" name = "❤ Sponsor" url = "sponsors/" - weight = 5 + weight = 6 [[menu.main]] parent = "about"