diff --git a/README.md b/README.md index cfa150c6..8d49589c 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ paige: web_master: "" search: hide_page: false + style: "" terms: hide: false inner_class: "badge text-bg-secondary text-decoration-none" diff --git a/layouts/partials/paige/head.html b/layouts/partials/paige/head.html index fbffcc75..d909e27e 100644 --- a/layouts/partials/paige/head.html +++ b/layouts/partials/paige/head.html @@ -12,6 +12,10 @@ {{ partial "paige/links.html" $page }} {{ partial "paige/style.html" $page }} + {{ with $page.Param "paige.style" }} + + {{ end }} + {{ if templates.Exists "partials/paige/head-last.html" }} {{ partial "paige/head-last.html" $page }} {{ end }}