From d6d2117fbb080445e29d7511e4f04c9aabf5ed97 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 25 Feb 2023 11:32:44 -0800 Subject: [PATCH] Add style-first.css, style-last.css --- README.md | 2 ++ .../partials/paige/{head-last.html => style-first.css} | 2 -- layouts/partials/paige/style.html | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) rename exampleSite/layouts/partials/paige/{head-last.html => style-first.css} (93%) 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 := . }}