diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc7cd48..170c365c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1) + +### Bug Fix + +- Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271) + +## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0) + +### Enhancements + +- Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) 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. + +>>>>>>> release/3.1.0 ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3) ### Enhancements diff --git a/_config.yml b/_config.yml index 87844740..bc86fcdb 100644 --- a/_config.yml +++ b/_config.yml @@ -15,8 +15,8 @@ url : # the base hostname & protocol for your site e.g. "ht baseurl : # the subpath of your site, e.g. "/blog" gh_repo : teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png" -# breadcrumbs : false # true, false (default) -# words_per_minute : 200 +# breadcrumbs : false # true, false (default) +words_per_minute : 200 comments: provider : # false (default), "disqus", "facebook", "google-plus", custom" disqus: