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 # weight = 10
[[main]] [[main]]
identifier = "all_posts" identifier = "index"
name = "all_posts" name = "index"
url = "/posts/" url = "/posts/"
weight = -100 weight = -100

View file

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