Skip to content

Releases: mmistakes/minimal-mistakes

3.2.8

13 Jun 10:53
Compare
Choose a tag to compare

Bug Fixes

  • Remove cursor: pointer that appears on white-space surrounding author side list items and links. [#354]

Maintenance

  • Add contributing information to README.md. [#357]

3.2.7

10 Jun 18:24
Compare
Choose a tag to compare

Enhancements

  • Add French localized UI text. [#346]

Bug Fixes

  • Fix branch logic for Yandex and Alexa in seo.html. [#348]

3.2.6

07 Jun 15:42
Compare
Choose a tag to compare

Bug Fixes

  • Fix error Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html caused by null words_per_minute in _config.yml. [#345]

3.2.5

07 Jun 13:04
Compare
Choose a tag to compare

Bug Fixes

  • Fix link color in hero overlay to be white.
  • Remove underlines from archive item titles.

3.2.4

07 Jun 13:03
Compare
Choose a tag to compare

Enhancements

  • Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342]
  • Add Spanish localized UI text. [#338]

Bug Fixes

  • Fix alignment of icons in author sidebar [#341]

Maintenance

  • Add background color to page footer to set it apart from main content. [#342]
  • Add terms and privacy policy to theme's demo site. [#343]
  • Update screenshots found in theme documentation.

3.2.3

03 Jun 19:17
Compare
Choose a tag to compare

Enhancement

3.2.2

02 Jun 01:51
Compare
Choose a tag to compare

Enhancement

  • Add support for image captions in Magnific Popup overlays via the gallery helper #334

3.2.1

01 Jun 01:42
Compare
Choose a tag to compare

Bug Fixes

  • Remove need for "double tapping" masthead menu links on iOS devices. #315

Maintenance

  • Add ISSUE_TEMPLATE.md to improve issue submission process.

3.2.0

30 May 01:28
Compare
Choose a tag to compare

Bug Fixes

  • Fix missing category/tag links in post footer due to possible conflict with site.tags and site.categories. #329

3.1.8

16 May 14:19
Compare
Choose a tag to compare

Enhancements

  • Add translation key for "Recent Posts" used in home page index.html. #316

Bug Fixes

  • Fix Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html error when page.title is null. <h1> element is now conditional if title: is not set for a page or collection item. #312

Maintenance

  • Small fix to avoid underlying the whitespace between icons and related text when hovering. #303
  • Remove duplicate fa-twitter and fa-twitter-square classes from _utilities.scss. #302
  • Document installing additional Jekyll gem dependencies when using gem "jekyll" instead of gem "github-pages" to avoid any errors on run. #305