From c5dbd212bd77c17736dfe288aa4b0973ffded3d7 Mon Sep 17 00:00:00 2001 From: Rick Korkmaz Date: Thu, 12 Nov 2020 22:13:10 +0100 Subject: [PATCH] Update theme-templates.md (#248) Updated filename and location of base.blade.php to app.blade.php according to commit 1864 (https://github.com/roots/sage/pull/1864) --- docs/sage/9.x/theme-templates.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sage/9.x/theme-templates.md b/docs/sage/9.x/theme-templates.md index bd0653cb..65bc9b72 100644 --- a/docs/sage/9.x/theme-templates.md +++ b/docs/sage/9.x/theme-templates.md @@ -25,11 +25,11 @@ These files include templates from the `resources/views/partials/` directory whi - `content-single.blade.php` – Markup included from `resources/views/single.blade.php` - `content.blade.php` – Markup included from `resources/views/index.blade.php` - `entry-meta.blade.php` – Post entry meta information included from `resources/views/content-single.blade.php` -`footer.blade.php` – Footer markup included from `layouts/base.blade.php` -- `head.blade.php` – `<head>` markup included from `layouts/base.blade.php` -- `header.blade.php` – Header markup included from `layouts/base.blade.php` +`footer.blade.php` – Footer markup included from `resources/views/app.blade.php` +- `head.blade.php` – `<head>` markup included from `resources/views/app.blade.php` +- `header.blade.php` – Header markup included from `resources/views/app.blade.php` - `page-header.blade.php` – Page title markup included from most of the files in the `resources/views/` directory -- `sidebar.blade.php` – Sidebar markup included from `layouts/base.blade.php` +- `sidebar.blade.php` – Sidebar markup included from `resources/views/app.blade.php` ## Extending templates