Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
3.2.8
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
Enhancements
- Add French localized UI text. [#346]
Bug Fixes
- Fix branch logic for Yandex and Alexa in
seo.html
. [#348]
3.2.6
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
Bug Fixes
- Fix link color in hero overlay to be white.
- Remove underlines from archive item titles.
3.2.4
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.2
Enhancement
- Add support for image captions in Magnific Popup overlays via the
gallery
helper #334
3.2.1
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
Bug Fixes
- Fix missing category/tag links in post footer due to possible conflict with
site.tags
and site.categories
. #329
3.1.8
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