Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
3.2.2
3.2.1
3.2.0
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 whenpage.title
is null.<h1>
element is now conditional iftitle:
is not set for apage
or collection item. #312
Maintenance
- Small fix to avoid underlying the whitespace between icons and related text when hovering. #303
- Remove duplicate
fa-twitter
andfa-twitter-square
classes from_utilities.scss
. #302 - Document installing additional Jekyll gem dependencies when using
gem "jekyll"
instead ofgem "github-pages"
to avoid any errors on run. #305
3.1.6
Maintenance
- Update gem dependencies. Run
bundle
to updateGemfile.lock
.
3.1.5
3.1.4
3.1.3
3.1.2
3.1.0
Enhancements
- Updated Font Awesome to version 4.6.1
- Added optional GitHub and Bitbucket links to footer if set on
site.author
in_config.yml
.
Bug Fixes
- Fixed Bitbucket URL typo in author sidebar.