Compare commits

...

2 Commits

Author SHA1 Message Date
cf28512422 Make the posts page more succinct. 2025-11-05 12:33:23 -07:00
03f0921e81 Fix categories not showing its list properly. 2025-11-05 12:33:11 -07:00
2 changed files with 4 additions and 4 deletions

View File

@@ -4,4 +4,4 @@ title: "All Posts"
subtitle: "Chronologically posted articles."
---
Articles are posted below in chronological order. They may also be viewed by [individual tag](/tags) or [category group](/categories).
Articles are posted below in chronological order. Also browse by [tag](/tags) or [category](/categories).

View File

@@ -53,8 +53,8 @@ theme = "hello-friend-ng"
images = [""]
[taxonomies]
category = "categories"
tag = "tags"
categories = "categories"
tags = "tags"
series = "series"
[languages]