From 151f6ab093361fd2ee710c04a3fdd0517ea9a03d Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Mon, 26 May 2025 12:37:11 -0500 Subject: Add subscribe page --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index a076eb9..bb1a265 100644 --- a/config.toml +++ b/config.toml @@ -33,6 +33,11 @@ identifier = "Projects" name = "Projects" url = "/projects/" weight = 5 +[[menu.main]] +identifier = "Subscribe" +name = "Subscribe" +url = "/subscribe/" +weight = 6 [markup] [markup.goldmark] -- cgit v1.2.3