From ecbb7141695b7fb26b97879931a6afb77a48d5cd Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 27 Dec 2022 23:39:57 -0800 Subject: [PATCH] Clarify default layout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b10ab1..0b654f25 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ If `partials/paige-head-last.html` exists in the site, it is included at the end If `partials/paige-body-last.html` exists in the site, it is included at the end of the body tag. Most code is in partial templates that are included by the default layouts. -Elements can easily be added or changed by overriding the corresponding layout or partial template. +Elements can easily be added, changed, or removed by overriding the corresponding default layout or partial template. For example, the default layouts `home.html`, `list.html`, `single.html`, `taxonomy.html`, and `term.html`