rename all_posts -> index

This commit is contained in:
John Bowdre 2023-08-21 16:08:22 -05:00
parent dce23b3298
commit f1d4b62f73
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@
# weight = 10
[[main]]
identifier = "all_posts"
name = "all_posts"
identifier = "index"
name = "index"
url = "/posts/"
weight = -100

View file

@ -1,5 +1,5 @@
+++
aliases = ["all_posts", "articles"]
title = "All Posts"
title = "Index of Posts"
tags = ["index"]
+++