diff --git a/config/_default/menu.toml b/config/_default/menu.toml index e91c117..a3f1a28 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -5,8 +5,8 @@ # weight = 10 [[main]] - identifier = "all_posts" - name = "all_posts" + identifier = "index" + name = "index" url = "/posts/" weight = -100 diff --git a/content/posts/_index.md b/content/posts/_index.md index 03b8fe5..db5627a 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,5 +1,5 @@ +++ aliases = ["all_posts", "articles"] -title = "All Posts" +title = "Index of Posts" tags = ["index"] +++