From 26be91eccd19f8791bbaa8a008f04d6d6d0aa96e Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 10 Feb 2025 20:53:42 -0800 Subject: [PATCH] Sort includes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 932e5f37..f5c47f5e 100644 --- a/README.md +++ b/README.md @@ -779,11 +779,11 @@ Files can be included in many places in HTML. | `layouts/partials/paige/page-header-last.html` | The end of the page header tag | | `layouts/partials/paige/page-last.html` | The end of the page tag | | `layouts/partials/paige/site-first.html` | The beginning of the main tag | -| `layouts/partials/paige/site-last.html` | The end of the main tag | | `layouts/partials/paige/site-footer-first.html` | The beginning of the site footer tag | | `layouts/partials/paige/site-footer-last.html` | The end of the site footer tag | | `layouts/partials/paige/site-header-first.html` | The beginning of the site header tag | | `layouts/partials/paige/site-header-last.html` | The end of the site header tag | +| `layouts/partials/paige/site-last.html` | The end of the main tag | | `layouts/partials/paige/style-first.css` | The beginning of the style tag | | `layouts/partials/paige/style-last.css` | The end of the style tag |