diff options
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] |