diff --git a/config.toml b/config.toml index 82109c6..e524a08 100644 --- a/config.toml +++ b/config.toml @@ -231,10 +231,10 @@ tag_sorting = "frequency" menu = [ { name = "blog", url = "blog", trailing_slash = true }, - { name = "archive", url = "archive", trailing_slash = true }, - { name = "tags", url = "tags", trailing_slash = true }, - { name = "articles", url = "articles", trailing_slash = true }, { name = "soft", url = "soft", trailing_slash = true }, + { name = "articles", url = "articles", trailing_slash = true }, + { name = "tags", url = "tags", trailing_slash = true }, + { name = "archive", url = "archive", trailing_slash = true }, ] feed_icon = true