Skip to content

Commit

Permalink
Update theme-templates.md (#248)
Browse files Browse the repository at this point in the history
Updated filename and location of base.blade.php to app.blade.php according to commit 1864 (roots/sage#1864)
  • Loading branch information
RCK-DEV authored Nov 12, 2020
1 parent cdf6b3c commit c5dbd21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sage/9.x/theme-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c5dbd21

Please sign in to comment.