From fc8ecf451703bac7c28acca09201bb969ed6afa2 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 15 Dec 2022 20:08:13 -0800 Subject: [PATCH] Order parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a165f69a..213158d6 100644 --- a/README.md +++ b/README.md @@ -172,9 +172,9 @@ Optional site parameters: ```yaml math: true # Enable math typesetting with KaTeX -paige_bootstrap_styles: "/my-assets/my-bootstrap.min.css" # Use local Bootstrap styles paige_bootstrap_icons: "/my-assets/my-bootstrap-icons.css" # Use local Bootstrap icons paige_bootstrap_scripts: "/my-assets/my-bootstrap.bundle.min.js" # Use local Bootstrap scripts +paige_bootstrap_styles: "/my-assets/my-bootstrap.min.css" # Use local Bootstrap styles paige_date_format: "2006 January 2" # Hugo date format for page dates paige_hide_theme_comment: true # Don't put a link to this project in a code comment paige_hide_theme_link: true # Don't put a link to this project in the footer