Rename .paige-section to .paige-list
This commit is contained in:
@@ -841,7 +841,7 @@ Kind classes:
|
|||||||
<dl>
|
<dl>
|
||||||
<dt><code>.paige-home</code></dt>
|
<dt><code>.paige-home</code></dt>
|
||||||
<dd>The container element of pages with kind "home".</dd>
|
<dd>The container element of pages with kind "home".</dd>
|
||||||
<dt><code>.paige-section</code></dt>
|
<dt><code>.paige-list</code></dt>
|
||||||
<dd>The container element of pages with kind "section".</dd>
|
<dd>The container element of pages with kind "section".</dd>
|
||||||
<dt><code>.paige-single</code></dt>
|
<dt><code>.paige-single</code></dt>
|
||||||
<dd>The container element of pages with kind "page".</dd>
|
<dd>The container element of pages with kind "page".</dd>
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
{{ if eq . "home" }}
|
{{ if eq . "home" }}
|
||||||
{{ $class = $class | append "paige-home" }}
|
{{ $class = $class | append "paige-home" }}
|
||||||
{{ else if eq . "section" }}
|
{{ else if eq . "section" }}
|
||||||
{{ $class = $class | append "paige-section" }}
|
{{ $class = $class | append "paige-list" }}
|
||||||
{{ else if eq . "page" }}
|
{{ else if eq . "page" }}
|
||||||
{{ $class = $class | append "paige-single" }}
|
{{ $class = $class | append "paige-single" }}
|
||||||
{{ else if eq . "taxonomy" }}
|
{{ else if eq . "taxonomy" }}
|
||||||
|
Reference in New Issue
Block a user