diff --git a/README.md b/README.md index fb4fddae..3c5070f6 100644 --- a/README.md +++ b/README.md @@ -753,6 +753,8 @@ It has the parameters of the `paige/figure` shortcode. | `partials/paige/header-last.html` | The end of the header tag | | `partials/paige/main-first.html` | The beginning of the main tag | | `partials/paige/main-last.html` | The end of the main tag | +| `partials/paige/style-first.html` | The beginning of the style tag | +| `partials/paige/style-last.html` | The end of the style tag | ### Override diff --git a/exampleSite/layouts/partials/paige/head-last.html b/exampleSite/layouts/partials/paige/style-first.css similarity index 93% rename from exampleSite/layouts/partials/paige/head-last.html rename to exampleSite/layouts/partials/paige/style-first.css index 51344ae3..25e4a65f 100644 --- a/exampleSite/layouts/partials/paige/head-last.html +++ b/exampleSite/layouts/partials/paige/style-first.css @@ -1,4 +1,3 @@ - diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 737c4031..7f06f329 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -1,6 +1,10 @@ {{ $page := . }}