Rename subpage to page
This commit is contained in:
16
README.md
16
README.md
@@ -824,14 +824,14 @@ Page and sub-page classes:
|
||||
<dd>The keywords.</dd>
|
||||
<dt><code>.paige-metadata</code></dt>
|
||||
<dd>The metadata.</dd>
|
||||
<dt><code>.paige-page</code></dt>
|
||||
<dd>A page.</dd>
|
||||
<dt><code>.paige-summary</code></dt>
|
||||
<dd>The summary.</dd>
|
||||
<dt><code>.paige-reading-time</code></dt>
|
||||
<dd>The reading time.</dd>
|
||||
<dt><code>.paige-series</code></dt>
|
||||
<dd>The series.</dd>
|
||||
<dt><code>.paige-subpage</code></dt>
|
||||
<dd>A sub-page.</dd>
|
||||
<dt><code>.paige-title</code></dt>
|
||||
<dd>The title.</dd>
|
||||
<dt><code>.paige-toc</code></dt>
|
||||
@@ -904,12 +904,12 @@ try the following in your `layouts/partials/paige/style-first.css`:
|
||||
#paige-reading-time,
|
||||
#paige-series,
|
||||
#paige-toc,
|
||||
#paige-subpages .paige-authors,
|
||||
#paige-subpages .paige-date,
|
||||
#paige-subpages .paige-keywords,
|
||||
#paige-subpages .paige-reading-time,
|
||||
#paige-subpages .paige-series,
|
||||
#paige-subpages .paige-summary {
|
||||
.paige-authors,
|
||||
.paige-date,
|
||||
.paige-keywords,
|
||||
.paige-reading-time,
|
||||
.paige-series,
|
||||
.paige-summary {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user