Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.1.0.tar.gz | 2018-03-12 | 3.0 MB | |
3.1.0.zip | 2018-03-12 | 3.1 MB | |
README.md | 2018-03-12 | 573 Bytes | |
Totals: 3 Items | 6.0 MB | 0 |
Changed
- Set
autofocus
on search input. - Update Font Awesome to version
5.0.7
.
Added
- Add
posts_limit
override tohome
layout to set how many posts are shown (when not using pagination). - Add
hidden: true
test post to verify it is excluded from home page pagination. - Add note about disabling footer links with
footer_links: false
. - Add support for sorting collections by
date
ortitle
. [#272]
Fixed
- Fix
remote_theme
name in README documentation. [#268]