Skip to content

3.1.0

Compare
Choose a tag to compare
@mmistakes mmistakes released this 12 Mar 20:24
· 141 commits to master since this release

Changed

  • Set autofocus on search input.
  • Update Font Awesome to version 5.0.7.

Added

  • Add posts_limit override to home 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 or title. [#272]

Fixed

  • Fix remote_theme name in README documentation. [#268]