From 87b606af0581f3858836eb05e95188a42849c923 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 6 Feb 2023 21:28:15 -0800 Subject: [PATCH] Align table Markdown syntax --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fa649e99..59c9d0d4 100644 --- a/README.md +++ b/README.md @@ -742,18 +742,18 @@ 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 | +| 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/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/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 | ### Override