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 }}