Skip to content

Commit c0a603c

Browse files
committed
Describe theme layouts.
1 parent 20cd268 commit c0a603c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ If you dont already have the service provider registered in your config/app.php
2020

2121
## Theme Usage
2222

23-
The master layout provides most commonly used yields (listed below), and uses the container-fluid css class for content wrapping.
23+
### Layouts
24+
25+
- master: The master layout uses container-fluid css class for full-width responsive themes.
26+
- fixed: This layout uses the container css class which constrains page contents to a fixed width.
2427

2528
### Yields
2629
- head

0 commit comments

Comments
 (0)