From 16f3330a4a23ce0aa359915bf7593461416e844d Mon Sep 17 00:00:00 2001 From: Brandon Date: Mon, 10 Jan 2022 16:28:36 -0600 Subject: [PATCH] chore(readme): Add sections directory to theme structure (#2942) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a206f90..43fa697 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,8 @@ themes/your-theme-name/ # → Root of your Sage based theme │ ├── components/ # → Component templates │ ├── forms/ # → Form templates │ ├── layouts/ # → Base templates -│ └── partials/ # → Partial templates +│ ├── partials/ # → Partial templates + └── sections/ # → Section templates ├── screenshot.png # → Theme screenshot for WP admin ├── style.css # → Theme meta information ├── vendor/ # → Composer packages (never edit)