diff --git a/README.md b/README.md
index 67c0d17c..eec9cb1f 100644
--- a/README.md
+++ b/README.md
@@ -841,7 +841,7 @@ Kind classes:
.paige-home
- The container element of pages with kind "home".
- .paige-section
+ .paige-list
- The container element of pages with kind "section".
.paige-single
- The container element of pages with kind "page".
diff --git a/layouts/partials/paige/article.html b/layouts/partials/paige/article.html
index 09b7ed7c..da880125 100644
--- a/layouts/partials/paige/article.html
+++ b/layouts/partials/paige/article.html
@@ -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" }}