From 9234b5b045ff0c8b2d5dcdbab5532e02162cd0d2 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 19 Mar 2023 18:52:03 -0700 Subject: [PATCH] Rename .paige-section to .paige-list --- README.md | 2 +- layouts/partials/paige/article.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }}