Fix grid `entries_layout` in home.html
Configure entries layout `list` or `grid` (#2616)
* Configure entries layout `list` or `grid`
This allows to use grid layout on `page.entries_layout` on the home layout.
Included a break since when using grid the post images are too close to the horizontal line bellow `posts` text.
There's a entries div now surrounding the posts since the first row of the grid was having a slight padding on the left. The home now behaves like posts/categories/tags pages with grid but including the paginator.
For best results on desktop use `classes: wide` and `paginate: 4` on `_config.yml` (or multiples of 4 if you want more rows)
* Fix indent
* Archive subtitle leaves space on the bottom
* Now space is added through style
Fix compatibility issue with paginate V2 introduced by mmistakes/minimal-mistakes#2378 (#2381)
Allow using theme without pagination (#2378)
Add `{{ content }}` to `home` layout (#1775)
* Add `{{ content }}` to `home` layout
Allow the author to add content which will appear above the list of
recent posts. This also allows the `home` layout to be extended.
Add text to index.html in tests to indicate that the content appears in
the correct spot.
* Add paragraph markup
Since this is a HTML file, proper paragraph markup is needed.
Merge branch 'release/4.0.5' into develop
Replace `base_path` with `absolute_url` filter
Merge branch 'release/4.0.4'
Conflicts:
README.md
Merge branch 'feature/theme-gem' into develop
Create home page layout with paginated recent posts
Merge branch 'release/3.0.0'
Merge branch 'feature/improve-demos' into develop
Use archive template for home page
- Remove home specific _layout
DRY up archives by using an include
Merge branch 'feature/refactor-layouts' into develop
Add basic schema structure
Rename classes for consistency