Hide collections, sections, pages in home page

master
Will Faught 2 years ago
parent aba7903762
commit f0a382bd03

@ -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"
--- ---

Loading…
Cancel
Save