diff options
author | Mark Powers <mark@marks.kitchen> | 2025-05-26 12:37:11 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2025-05-26 12:37:11 -0500 |
commit | 151f6ab093361fd2ee710c04a3fdd0517ea9a03d (patch) | |
tree | d4934c7aec5bb70b030747ed912d520bf54ac303 /config.toml | |
parent | a74c9b3a93019792b223b3576cd32ae90783091e (diff) |
Add subscribe page
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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] |