diff --git a/README.md b/README.md
index 6cb78ae3..40480e30 100644
--- a/README.md
+++ b/README.md
@@ -794,31 +794,31 @@ These optional CSS names can be defined how you want:
#paige-container
The outermost element in the body.
#paige-copyright
- The copyright in the footer, if any.
+ The copyright in the footer.
#paige-credit
- The credit in the footer, if any.
+ The credit in the footer.
#paige-footer
- The footer element in the container, if any.
+ The footer element in the container.
#paige-header
- The header element in the container, if any.
+ The header element in the container.
#paige-main
The main element in the container.
#paige-pages
- The pages in the list and term layouts, if any.
+ The pages in the list and term layouts.
#paige-pagination
- The pagination links in the list and term layouts, if any.
+ The pagination links in the list and term layouts.
.paige-article
The page article.
.paige-authors
- The page authors, if any.
+ The page authors.
.paige-content
- The page content, if any.
+ The page content.
.paige-date
- The page date, if any.
+ The page date.
.paige-date-header
Date headers in list and term layouts.
.paige-description
- The page description, if any.
+ The page description.
.paige-draft
Applied to the title of draft pages in the list and term layouts.
.paige-expired
@@ -830,51 +830,47 @@ These optional CSS names can be defined how you want:
.paige-modified
Applied to the title of modified pages in the list and term layouts.
.paige-page
- A page in the pages in the list and term layouts, if any.
+ A page in the pages in the list and term layouts.
.paige-published
Applied to the title of published pages in the list and term layouts.
.paige-summary
- The page summary, if any.
+ The page summary.
.paige-reading-time
- The page reading time, if any.
+ The page reading time.
.paige-terms-inner
- The page terms, if any.
+ The page terms.
.paige-terms-outer
- The container of the page terms, if any.
+ The container of the page terms.
.paige-title
- The page title, if any.
+ The page title.
.paige-toc
- The page table of contents, if any.
+ The page table of contents.
.paige-unpublished
Applied to the title of unpublished (draft, expired, future) pages in the list and term layouts.
## Design
-The HTML author is the page authors, if any.
+The HTML author is the page authors.
-The HTML description is the page description, if any.
+The HTML description is the page description.
-The HTML keywords is a union of the page keywords, tags, and categories, if any.
+The HTML keywords is a union of the page keywords, tags, and categories.
The HTML title is the page title, followed by a middle dot, followed by the site title.
If one is missing, the other is used without the middle dot.
-For the home page, the title is the page title, if any, or the site title otherwise.
+For the home page, the title is the page title, or the site title otherwise.
The HTML body can have a header, a body, and a footer.
-The header has the menu, if any;
-the page title, if any;
-the page description, if any;
-the page authors, if any;
-and the page date, if any.
-The body has the page content, if any.
-The footer has the copyright notice, if any; and the theme link, if any.
+The header has the menu, the page title, the page description, the page authors, and the page date.
+The body has the page content.
+The footer has the copyright notice and the theme link.
The page title and description can be Markdown. Markup is stripped for HTML and RSS titles.
The page title is displayed in an `h1` tag, so page content headers must start with `h2`.
-The page date is the publish date, if any.
+The page date is the publish date.
## Implementation