Skip to content

1.4.0 - 2018-04-02

Compare
Choose a tag to compare
@mmistakes mmistakes released this 03 Apr 00:57
· 74 commits to master since this release

Changed

  • Lint JavaScript.
  • Update gemspec to use jekyll-seo-tag version 2.4. [#47]

Added

  • Accessibility enhancements for Lunr search form.
  • Add SCSS $intro-image-color-overlay variable to enable color overlay on hero images (disabled by default). [#55]
  • Add new archive layouts: posts, categories, category, collection, tag, and tags.
  • Add grid layout via entries_layout: grid front matter.
  • Add support for image thumbnails vial image.thumbnail front matter.

Fixed

  • Fix Firefox flexbox bug when printing pages.
  • Fix search excerpts that run together because of implied spaces.
  • Moved <footer> outside of <main> to be semantically correct.