Fix grid `entries_layout` in home.html
Update CHANGELOG and history
Show date of posts (#2526)
* add date to read-time.html
* add option for show_date, dynamic icon style
* change read-time to post__meta
* cleanup post__metal.html
* cleanup post__meta include variables
* put date before read time
* remove space in include variable
* allow customisation of post__meta separator
* add some documentation
* oops fix typo derp
* add post date image
* change page meta separator customisation to CSS
Update CHANGELOG and history
remove hidden posts from `/posts` (#2625)
Update documentation for #2621 (#2624)
* Update documentation for #2621
* Update CHANGELOG and history
* Update last_modified_at
Update UI text for zh-CN and zh-TW (#2626)
* Update UI text for zh-CN and zh-TW
* Update CHANGELOG and history
Not touching last_modified_at this time - it's messy enough
Update CHANGELOG and history
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
Use layout: none instead of null (#2617)
* Use layout: none instead of null
* Update CHANGELOG and history
Update CHANGELOG and history
Update zh-cn (#2576)
* Update zh-cn
* Update ui-text.yml
Update CHANGELOG and history
Change tab indent to space for consistency (#2614)
Update CHANGELOG and history