Skip to content

Commit

Permalink
Add taxonomies and sections Uppercase titles (#77)
Browse files Browse the repository at this point in the history
* Add posts and tags titles page to fix Uppercase

* Add Uppercase title to Series and Author taxonomies
  • Loading branch information
ctmbl authored Sep 4, 2024
1 parent cc9853e commit ca2dfcd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/author/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Authors"
---

3 changes: 3 additions & 0 deletions src/content/posts/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Posts"
---
4 changes: 4 additions & 0 deletions src/content/series/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Series"
---

4 changes: 4 additions & 0 deletions src/content/tags/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Tags"
---

0 comments on commit ca2dfcd

Please sign in to comment.