Rename .paige-section to .paige-list

This commit is contained in:
Will Faught
2023-03-19 18:52:03 -07:00
parent 52db8f2290
commit 9234b5b045
2 changed files with 2 additions and 2 deletions

View File

@@ -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" }}