From f1d4b62f73e01b97058df6d52281cd3725638e16 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 21 Aug 2023 16:08:22 -0500 Subject: [PATCH] rename all_posts -> index --- config/_default/menu.toml | 4 ++-- content/posts/_index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] +++