Skip to content

Commit b9bce97

Browse files
authored
Update 10-layouts.md
1 parent 49f0b5c commit b9bce97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/_docs/10-layouts.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,8 @@ paginate_path: /blog/page:num
337337
**Note:** Jekyll can only paginate a single `index.html` file. If you'd like to paginate more pages (e.g. category indexes) you'll need the help of a custom plugin. For more pagination related settings check the [**Configuration**]({{ "/docs/configuration/#paginate" | relative_url }}) section.
338338
{: .notice--info}
339339

340-
Because `layout: home` is a variant of `layout: archive`, posts can be shown in list and grid views. See [grid view](#grid-view) documentation above for more details.
341-
342-
**ProTip**: Combine `entries_layout: grid` with `classes: wide` to increase the width of the main container, giving more space to the grid items.
340+
**Note:** By default, documents are shown in a list view. To change to a grid view add `entries_layout: grid` to the page's front matter. To increase the width of the main container, giving more space to the grid items also add `classes: wide` to the home page's YAML Front Matter.
341+
{: .notice--info}
343342

344343
## Splash page layout
345344

0 commit comments

Comments
 (0)