From 334142acb07e85ef60b08749496b2761fb6a5666 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 8 Mar 2023 21:46:49 -0800 Subject: [PATCH] Fix reference to style-last.css --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad205bd3..9622584f 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ paige: hide_page: false section_pages: full_pages: false # Display full pages in the list of pages. - style: "" # CSS included at the end of the stylesheet, before layouts/paige/style-last.css. + style: "" # CSS included at the end of the stylesheet, before style-last.css ``` The assigned values shown are the default values.