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
.paige-status-expired
.paige-status-future
.paige-status-modified
.paige-status-published
.paige-status-unpublished
.paige-shortcode-code
paige/code
shortcodes.paige/code
shortcodes..paige-shortcode-email
paige/email
shortcodes.paige/email
shortcodes..paige-shortcode-figure
paige/figure
shortcodes.paige/figure
shortcodes..paige-shortcode-gallery
paige/gallery
shortcodes.paige/gallery
shortcodes..paige-shortcode-icon
paige/icon
shortcodes.paige/icon
shortcodes..paige-shortcode-image
paige/image
shortcodes.paige/image
shortcodes..paige-shortcode-quote
paige/quote
shortcodes.paige/quote
shortcodes..paige-shortcode-vimeo
paige/vimeo
shortcodes.paige/vimeo
shortcodes..paige-shortcode-youtube
paige/youtube
shortcodes.paige/youtube
shortcodes.