From 996fbefabbdcf80609ad3507080f44ab03a49130 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 4 Jun 2024 18:38:04 -0700 Subject: [PATCH] Use paige.style where possible --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9624c277..c029c798 100644 --- a/README.md +++ b/README.md @@ -1065,12 +1065,11 @@ you should hide the breadcrumbs on every page, and hide the collection, section, and page lists on the home page if you use the default home page layout. To hide the breadcrumbs on every page, -try the following in `yoursite/layouts/partials/paige/style-first.css`: +try the following in `yoursite/hugo.toml`: -```css -#paige-breadcrumbs { - display: none; -} +```toml +[params.paige] +style = "#paige-breadcrumbs { display: none; }" ``` To hide the collection, section, and page lists on the home page,