Skip to content

Commit 97af5d1

Browse files
committed
Merge branch 'hotfix/3.1.1'
2 parents ae9f65c + dfdc2f0 commit 97af5d1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
2+
3+
### Bug Fix
4+
5+
- Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
6+
17
## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
28

39
### Enhancements

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ url : # the base hostname & protocol for your site e.g. "ht
1515
baseurl : # the subpath of your site, e.g. "/blog"
1616
gh_repo :
1717
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
18-
# breadcrumbs : false # true, false (default)
19-
# words_per_minute : 200
18+
# breadcrumbs : false # true, false (default)
19+
words_per_minute : 200
2020
comments:
2121
provider : # false (default), "disqus", "facebook", "google-plus", custom"
2222
disqus:

0 commit comments

Comments
 (0)