diff --git a/config/_default/config.toml b/config/_default/config.toml index f179cce..efc89a1 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -532,7 +532,7 @@ series = "series" # you can add extra information after the name (HTML format is supported), such as icons post = "" name = "Posts" - url = "/" + url = "/posts/" # title will be shown when you hover on this menu link title = "" weight = 1 diff --git a/config/staging/config.toml b/config/staging/config.toml index 6b93e5c..f17ee87 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -532,7 +532,7 @@ series = "series" # you can add extra information after the name (HTML format is supported), such as icons post = "" name = "Posts" - url = "/" + url = "/posts/" # title will be shown when you hover on this menu link title = "" weight = 1