Hide collections, sections, pages in home page
This commit is contained in:
@@ -14,7 +14,15 @@ paige:
|
|||||||
class: "bi bi-github"
|
class: "bi bi-github"
|
||||||
name: "GitHub"
|
name: "GitHub"
|
||||||
url: "https://github.com/willfaught/paige"
|
url: "https://github.com/willfaught/paige"
|
||||||
style: "#paige-title { font-size: 5rem; }"
|
style: |
|
||||||
|
#paige-collections,
|
||||||
|
#paige-sections,
|
||||||
|
#paige-pages {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#paige-title {
|
||||||
|
font-size: 5rem;
|
||||||
|
}
|
||||||
title: "Paige"
|
title: "Paige"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user