From 82af4e4514aabbc03e4354e89818dd905475f6b8 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 8 Mar 2023 21:48:37 -0800 Subject: [PATCH] Add layouts prefix to include files --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index fe621c09..6e5c8b08 100644 --- a/README.md +++ b/README.md @@ -747,20 +747,20 @@ Parameters: ### Include -| If this file exists in the site | It is included at | -| ---------------------------------- | ------------------------------- | -| `partials/paige/body-first.html` | The beginning of the body tag | -| `partials/paige/body-last.html` | The end of the body tag | -| `partials/paige/footer-first.html` | The beginning of the footer tag | -| `partials/paige/footer-last.html` | The end of the footer tag | -| `partials/paige/head-first.html` | The beginning of the head tag | -| `partials/paige/head-last.html` | The end of the head tag | -| `partials/paige/header-first.html` | The beginning of the header tag | -| `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.css` | The beginning of the style tag | -| `partials/paige/style-last.css` | The end of the style tag | +| If this file exists in the site | It is included at | +| ------------------------------------------ | ------------------------------- | +| `layouts/partials/paige/body-first.html` | The beginning of the body tag | +| `layouts/partials/paige/body-last.html` | The end of the body tag | +| `layouts/partials/paige/footer-first.html` | The beginning of the footer tag | +| `layouts/partials/paige/footer-last.html` | The end of the footer tag | +| `layouts/partials/paige/head-first.html` | The beginning of the head tag | +| `layouts/partials/paige/head-last.html` | The end of the head tag | +| `layouts/partials/paige/header-first.html` | The beginning of the header tag | +| `layouts/partials/paige/header-last.html` | The end of the header tag | +| `layouts/partials/paige/main-first.html` | The beginning of the main tag | +| `layouts/partials/paige/main-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 | ### Override