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