From c25983194e76ecd091c3d9a8420d7f47b2cfae69 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 4 Jun 2024 18:38:23 -0700 Subject: [PATCH] Shorten example --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index c029c798..a672647f 100644 --- a/README.md +++ b/README.md @@ -1077,13 +1077,7 @@ try the following in `yoursite/content/_index.md`: ```toml [paige] -style = """ -#paige-collections, -#paige-sections, -#paige-pages { - display: none; -} -""" +style = "#paige-collections, #paige-sections, #paige-pages { display: none; }" ``` ## Credits