Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
3.3.5
Enhancements
- Add English default text
site.locale
strings [#407] - Add Portuguese localized UI text. [#411]
- Add Italian localized UI text. [#409]
Maintenance
- Remove unused Google AdSense variables in
_config.yml
[#404] - Update
Gemfile
instructions for usinggithub-pages
vs. nativejekyll
gems. - Disable
gems:
in_config.yml
and enable plugins with Bundler instead. - Add
repository
to_config.yml
to suppress GitHub Pages errorLiquid Exception: No repo name found.
3.3.4
Enhancements
- Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to
feed.xml
in<head>
and the site footer. #378, #379, #406 - Add Turkish localized UI text. #403
Maintenance
- Update gems:
activesupport
(4.2.7),ffi
(1.9.14),github-pages
(88),jekyll-redirect-from
(0.11.0),jekyll-watch
(1.5.0).
3.3.3
3.3.2
3.3.1
Enhancements
- Enable image popup on < 500px wide screens. [#385]
- Indicate the relationship between component URLs in a paginated series by applying
rel="prev"
andrel="next"
to pages that usesite.paginator
. [#253] - Improve link posts in archive listings. [#276]
Maintenance
- Update gems:
github-pages
(86),ffi
1.9.13,jekyll-mentions
1.1.3, androuge
1.11.1 - Fix note about custom sidebar content appearing below author profile. [#388]