From 328b3ddf9107a7bd3aef0c94226edf85daba61b0 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 14 Dec 2022 18:07:59 -0800 Subject: [PATCH] Rename paigebootstrapcss to paigebootstrapstyles --- README.md | 2 +- layouts/partials/paige-link.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8097e50..9bb778d2 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Optional site parameters: ```yaml math: true # Enable math typesetting with KaTeX -paigebootstrapcss: "/my-assets/my-styles.css" # Use local Bootstrap styles +paigebootstrapstyles: "/my-assets/my-styles.css" # Use local Bootstrap styles paigebootstrapicons: "/my-assets/my-icons.css" # Use local Bootstrap icons paigebootstrapjs: "/my-assets/my-scripts.js" # Use local Bootstrap scripts paigedateformat: "2006 January 2" # Format for page dates diff --git a/layouts/partials/paige-link.html b/layouts/partials/paige-link.html index 84298fa9..9d7ba6f4 100644 --- a/layouts/partials/paige-link.html +++ b/layouts/partials/paige-link.html @@ -1,4 +1,4 @@ -{{ with .Site.Params.paigebootstrapcss }} +{{ with .Site.Params.paigebootstrapstyles }} {{ else }}