From c5745aab910b394b03d003de489b172f998bc3ef Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 10 Feb 2025 14:38:01 -0800 Subject: [PATCH] Reword doc --- README.md | 80 +++++++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index f3660d4f..ab6f24ee 100644 --- a/README.md +++ b/README.md @@ -939,34 +939,34 @@ Body: None. Files can be included in many places in HTML. -| If this file exists | It is included at | -| ---------------------------------------------------------| -------------------------------------| -| `yoursite/layouts/partials/paige/body-first.html` | The beginning of the body tag | -| `yoursite/layouts/partials/paige/body-last.html` | The end of the body tag | -| `yoursite/layouts/partials/paige/head-first.html` | The beginning of the head tag | -| `yoursite/layouts/partials/paige/head-last.html` | The end of the head tag | -| `yoursite/layouts/partials/paige/page-footer-first.html` | The beginning of the page footer tag | -| `yoursite/layouts/partials/paige/page-footer-last.html` | The end of the page footer tag | -| `yoursite/layouts/partials/paige/page-header-first.html` | The beginning of the page header tag | -| `yoursite/layouts/partials/paige/page-header-last.html` | The end of the page header tag | -| `yoursite/layouts/partials/paige/site-first.html` | The beginning of the main tag | -| `yoursite/layouts/partials/paige/site-last.html` | The end of the main tag | -| `yoursite/layouts/partials/paige/site-footer-first.html` | The beginning of the site footer tag | -| `yoursite/layouts/partials/paige/site-footer-last.html` | The end of the site footer tag | -| `yoursite/layouts/partials/paige/site-header-first.html` | The beginning of the site header tag | -| `yoursite/layouts/partials/paige/site-header-last.html` | The end of the site header tag | -| `yoursite/layouts/partials/paige/style-first.css` | The beginning of the style tag | -| `yoursite/layouts/partials/paige/style-last.css` | The end of the style tag | +| If this file exists in your 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/head-first.html` | The beginning of the head tag | +| `layouts/partials/paige/head-last.html` | The end of the head tag | +| `layouts/partials/paige/page-footer-first.html` | The beginning of the page footer tag | +| `layouts/partials/paige/page-footer-last.html` | The end of the page footer tag | +| `layouts/partials/paige/page-header-first.html` | The beginning of the page header tag | +| `layouts/partials/paige/page-header-last.html` | The end of the page header 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/style-first.css` | The beginning of the style tag | +| `layouts/partials/paige/style-last.css` | The end of the style tag | There are kind variants of include files that are included only when the file kind matches the page kind. -| If this file exists | It is included when | -| --------------------------------------------------------| ----------------------------| -| `yoursite/layouts/partials/paige/[PLACE]-home.html` | The page kind is "home" | -| `yoursite/layouts/partials/paige/[PLACE]-page.html` | The page kind is "page" | -| `yoursite/layouts/partials/paige/[PLACE]-section.html` | The page kind is "section" | -| `yoursite/layouts/partials/paige/[PLACE]-taxonomy.html` | The page kind is "taxonomy" | -| `yoursite/layouts/partials/paige/[PLACE]-term.html` | The page kind is "term" | +| If this file exists in your site | It is included when | +| -----------------------------------------------| ----------------------------| +| `layouts/partials/paige/[PLACE]-home.html` | The page kind is "home" | +| `layouts/partials/paige/[PLACE]-page.html` | The page kind is "page" | +| `layouts/partials/paige/[PLACE]-section.html` | The page kind is "section" | +| `layouts/partials/paige/[PLACE]-taxonomy.html` | The page kind is "taxonomy" | +| `layouts/partials/paige/[PLACE]-term.html` | The page kind is "term" | Above, the place placeholder must be "body-first", "body-last", "head-first", etc. @@ -1172,40 +1172,40 @@ Page status classes:
.paige-status-draft
-
The container element of draft pages.
+
The container of draft pages.
.paige-status-expired
-
The container element of expired pages.
+
The container of expired pages.
.paige-status-future
-
The container element of future pages.
+
The container of future pages.
.paige-status-modified
-
The container element of modified pages.
+
The container of modified pages.
.paige-status-published
-
The container element of published pages.
+
The container of published pages.
.paige-status-unpublished
-
The container element of unpublished pages.
+
The container of unpublished pages.
Shortcode classes:
.paige-shortcode-code
-
The container element of paige/code shortcodes.
+
The container of paige/code shortcodes.
.paige-shortcode-email
-
The container element of paige/email shortcodes.
+
The container of paige/email shortcodes.
.paige-shortcode-figure
-
The container element of paige/figure shortcodes.
+
The container of paige/figure shortcodes.
.paige-shortcode-gallery
-
The container element of paige/gallery shortcodes.
+
The container of paige/gallery shortcodes.
.paige-shortcode-icon
-
The container element of paige/icon shortcodes.
+
The container of paige/icon shortcodes.
.paige-shortcode-image
-
The container element of paige/image shortcodes.
+
The container of paige/image shortcodes.
.paige-shortcode-quote
-
The container element of paige/quote shortcodes.
+
The container of paige/quote shortcodes.
.paige-shortcode-vimeo
-
The container element of paige/vimeo shortcodes.
+
The container of paige/vimeo shortcodes.
.paige-shortcode-youtube
-
The container element of paige/youtube shortcodes.
+
The container of paige/youtube shortcodes.
### Minimal look