diff --git a/README.md b/README.md index a5f8b5d2..18b979ef 100644 --- a/README.md +++ b/README.md @@ -815,12 +815,8 @@ Page identifiers: Page and sub-page classes:
-
.paige-article
-
The article.
.paige-authors
The authors.
-
.paige-content
-
The content.
.paige-date
The date.
.paige-date-header
@@ -843,8 +839,6 @@ Page and sub-page classes:
The summary.
.paige-title
The title.
-
.paige-toc
-
The table of contents.
Kind classes: diff --git a/layouts/partials/paige/scripts.html b/layouts/partials/paige/scripts.html index 255b9245..7d0db828 100644 --- a/layouts/partials/paige/scripts.html +++ b/layouts/partials/paige/scripts.html @@ -4,10 +4,7 @@ function paigeResize() { var e = document.querySelector("#paige-content"); if (!e) { - e = document.querySelector(".paige-content"); - if (!e) { - return; - } + return; } var mw = getComputedStyle(e).maxWidth; var w;