Add nested sections
This commit is contained in:
4
exampleSite/content/authors/_index.md
Normal file
4
exampleSite/content/authors/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
description: "Browse by author."
|
||||
title: "Authors"
|
||||
---
|
4
exampleSite/content/categories/_index.md
Normal file
4
exampleSite/content/categories/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
description: "Browse by category."
|
||||
title: "Categories"
|
||||
---
|
@@ -1,4 +1,5 @@
|
||||
---
|
||||
description: "Search the site."
|
||||
layout: "paige/search"
|
||||
title: "Search"
|
||||
---
|
||||
|
4
exampleSite/content/series/_index.md
Normal file
4
exampleSite/content/series/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
description: "Browse by series."
|
||||
title: "Series"
|
||||
---
|
4
exampleSite/content/tags/_index.md
Normal file
4
exampleSite/content/tags/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
description: "Browse by tag."
|
||||
title: "Tags"
|
||||
---
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user