Add nested sections

This commit is contained in:
Will Faught
2023-03-19 16:45:35 -07:00
parent 0fdda5ed86
commit a3c335a9a9
10 changed files with 94 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
---
description: "Browse by author."
title: "Authors"
---

View File

@@ -0,0 +1,4 @@
---
description: "Browse by category."
title: "Categories"
---

View File

@@ -1,4 +1,5 @@
---
description: "Search the site."
layout: "paige/search"
title: "Search"
---

View File

@@ -0,0 +1,4 @@
---
description: "Browse by series."
title: "Series"
---

View File

@@ -0,0 +1,4 @@
---
description: "Browse by tag."
title: "Tags"
---

View File

@@ -5,12 +5,12 @@
#paige-reading-time,
#paige-series,
#paige-toc,
#paige-subpages .paige-authors,
#paige-subpages .paige-date,
#paige-subpages .paige-date-header,
#paige-subpages .paige-keywords,
#paige-subpages .paige-reading-time,
#paige-subpages .paige-series,
#paige-subpages .paige-summary {
.paige-authors,
.paige-date,
.paige-date-header,
.paige-keywords,
.paige-reading-time,
.paige-series,
.paige-summary {
display: none;
}