minimal-mistakes-jekyll 4.7.1 → 4.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a481c2e41558d195d77e73f38339cbc48eee2ff0
4
- data.tar.gz: 799c6a9a11f7cff48d9af785fab97b37c95d7423
3
+ metadata.gz: d4b8bd848894ab2dac4210bea22779b62cdf65c2
4
+ data.tar.gz: 9705813c377b1c29c825930708f3bca92bb7061f
5
5
  SHA512:
6
- metadata.gz: 124333cbfb0fbd2279d1efc76a56f914ae2402d86b258175de0f1fa9df15d7c4b0dbf886da4d53537c18667e553db63ab06d8fbd95acab67af2a08d5eddbc0f3
7
- data.tar.gz: 1c4c8a17e890faafeed157933cdfbd86120d22aeb059836636e3fcf004714ba9c22579907cdd482a3b6f045216089e325bd0b0ccbee867e35466a07c054debb2
6
+ metadata.gz: 1e8716083d907e7a0d48e7d9b1dd9e77eac939caa2f51ba7eef03eca21f4a202085a3a74c53f0588ce05f04d3a48608f45ff4d39c2d6229747056e74f4bb75c2
7
+ data.tar.gz: a8a9a9eaa8047691b308fd4683890cc4e710e2946f50e118eaee2b7742fa2c768a9ed719eba447bb13a64750df89147ce3d78e19b92c72a8483b7cc043b30332
data/CHANGELOG.md CHANGED
@@ -1,193 +1,215 @@
1
+ ## Unreleased
2
+
3
+ ### Enhancements
4
+
5
+ * Open social share links in a new window. [#1357](https://github.com/mmistakes/minimal-mistakes/pull/1357)
6
+ * Remove Alexa.com verification due to retiring of "[Claim Your Site](https://support.alexa.com/hc/en-us/articles/219135887)" feature. [#1350](https://github.com/mmistakes/minimal-mistakes/issues/1350)
7
+ * Disable analytics in `development` environment. [#1362](https://github.com/mmistakes/minimal-mistakes/pull/1362)
8
+ * Disable comments in `development` environment. [#1363](https://github.com/mmistakes/minimal-mistakes/pull/1363)
9
+ * Exclude specific pages/posts from search index by adding `search: false` to the YAML Front Matter. [#1369](https://github.com/mmistakes/minimal-mistakes/pull/1369)
10
+ * Add optional `description` key to masthead links for clarifying their purpose with the `title` attribute. [#1380](https://github.com/mmistakes/minimal-mistakes/pull/1380)
11
+ * Incorporate site search into masthead. [#1383](https://github.com/mmistakes/minimal-mistakes/pull/1383)
12
+ * Update gem dependencies. [#1388](https://github.com/mmistakes/minimal-mistakes/pull/1388)
13
+ * Fix zh-HK UI text to point to Traditional Chinese. [#1374](https://github.com/mmistakes/minimal-mistakes/issues/1374) [#1389](https://github.com/mmistakes/minimal-mistakes/pull/1389)
14
+
15
+ ### Bug Fixes
16
+
17
+ * Fix `post.content` typo in `assets/js/lunr-en.js`. [#1354](https://github.com/mmistakes/minimal-mistakes/pull/1354)
18
+ * Fix "lunr-en.js:1 Uncaught SyntaxError: Unexpected token <" in `assets/js/lunr-en.js`. [#1356](https://github.com/mmistakes/minimal-mistakes/pull/1356)
19
+ * Rename Naver verification `naver_site_verification` to be consistent with other site variables.
20
+ * Fix button class in "Post with Table Of Contents" demo content. [#1368](https://github.com/mmistakes/minimal-mistakes/pull/1368)
21
+ * Fix capitalization of WordPress in documentation. [#1381](https://github.com/mmistakes/minimal-mistakes/pull/1381)
22
+
1
23
  ## [4.7.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.1)
2
24
 
3
25
  ### Enhancements
4
26
 
5
- - Add search layout powered by [Lunr](https://lunrjs.com/). [#1353](https://github.com/mmistakes/minimal-mistakes/pull/1353)
6
- - Use [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme) for demo site. [#1339](https://github.com/mmistakes/minimal-mistakes/issues/1339)
7
- - Add note about WordPress to Staticman comment migration tool in documentation. [#1346](https://github.com/mmistakes/minimal-mistakes/issues/1346)
27
+ * Add search layout powered by [Lunr](https://lunrjs.com/). [#1353](https://github.com/mmistakes/minimal-mistakes/pull/1353)
28
+ * Use [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme) for demo site. [#1339](https://github.com/mmistakes/minimal-mistakes/issues/1339)
29
+ * Add note about WordPress to Staticman comment migration tool in documentation. [#1346](https://github.com/mmistakes/minimal-mistakes/issues/1346)
8
30
 
9
31
  ### Bug Fixes
10
32
 
11
- - Change `http` to `https` for Jekyll and Browserhappy links. [#1342](https://github.com/mmistakes/minimal-mistakes/pull/1342) [#1343](https://github.com/mmistakes/minimal-mistakes/pull/1343)
12
- - Change `http` author profile links to `https` when supported. [#1349](https://github.com/mmistakes/minimal-mistakes/pull/1349)
13
- - Fix broken SCSS partial links in layouts documentation. [#1351](https://github.com/mmistakes/minimal-mistakes/issues/1351)
33
+ * Change `http` to `https` for Jekyll and Browserhappy links. [#1342](https://github.com/mmistakes/minimal-mistakes/pull/1342) [#1343](https://github.com/mmistakes/minimal-mistakes/pull/1343)
34
+ * Change `http` author profile links to `https` when supported. [#1349](https://github.com/mmistakes/minimal-mistakes/pull/1349)
35
+ * Fix broken SCSS partial links in layouts documentation. [#1351](https://github.com/mmistakes/minimal-mistakes/issues/1351)
14
36
 
15
37
  ## [4.7.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.0)
16
38
 
17
39
  ### Enhancements
18
40
 
19
- - Add `alt` description to avatar image. [#1226](https://github.com/mmistakes/minimal-mistakes/pull/1226)
20
- - Clarify documentation about which `assets` folders and files to remove when migrating to the gem version of the theme. [#1268](https://github.com/mmistakes/minimal-mistakes/issues/1268)
21
- - Add note about Staticman GitHub compatibility. [#1273](https://github.com/mmistakes/minimal-mistakes/issues/1273)
22
- - Add missing Brazilian Portuguese translations to `ui-text.yml`. [#1278](https://github.com/mmistakes/minimal-mistakes/pull/1278)
23
- - Update font stack documentation. [#1292](https://github.com/mmistakes/minimal-mistakes/pull/1292)
24
- - Improve accessibility of navigation menu button. [#1099](https://github.com/mmistakes/minimal-mistakes/issues/1099)
25
- - Add Naver Webmaster Tools verification. [#1286](https://github.com/mmistakes/minimal-mistakes/pull/1286)
26
- - Add support for Staticman v2 endpoint and reCAPTCHA.
27
- - Add Polish localized UI text strings. [#1304](https://github.com/mmistakes/minimal-mistakes/pull/1304)
28
- - Add toggleable table of contents via YAML Front Matter. Note: `toc` helper include will be deprecated in next major version. [#1222](https://github.com/mmistakes/minimal-mistakes/issues/1222)
29
- - Refactor seo.html include to DRY-up page image handling.
30
- - Add support for setting what image is used by OpenGraph and Twitter via `page.header.og_image`. [#1316](https://github.com/mmistakes/minimal-mistakes/issues/1316)
31
- - Fix the spelling of some product names in the author profile. [#1328](https://github.com/mmistakes/minimal-mistakes/pull/1328)
32
- - Add `aqua`, `neon`, and `plum` skins. [#1336](https://github.com/mmistakes/minimal-mistakes/pull/1336)
33
- - Update **jekyll-toc** with heading classes fix. [#1337](https://github.com/mmistakes/minimal-mistakes/pull/1337)
34
- - Remove `+` from Google+ author link to allow non-vanity URLs. [#1319](https://github.com/mmistakes/minimal-mistakes/pull/1319)
41
+ * Add `alt` description to avatar image. [#1226](https://github.com/mmistakes/minimal-mistakes/pull/1226)
42
+ * Clarify documentation about which `assets` folders and files to remove when migrating to the gem version of the theme. [#1268](https://github.com/mmistakes/minimal-mistakes/issues/1268)
43
+ * Add note about Staticman GitHub compatibility. [#1273](https://github.com/mmistakes/minimal-mistakes/issues/1273)
44
+ * Add missing Brazilian Portuguese translations to `ui-text.yml`. [#1278](https://github.com/mmistakes/minimal-mistakes/pull/1278)
45
+ * Update font stack documentation. [#1292](https://github.com/mmistakes/minimal-mistakes/pull/1292)
46
+ * Improve accessibility of navigation menu button. [#1099](https://github.com/mmistakes/minimal-mistakes/issues/1099)
47
+ * Add Naver Webmaster Tools verification. [#1286](https://github.com/mmistakes/minimal-mistakes/pull/1286)
48
+ * Add support for Staticman v2 endpoint and reCAPTCHA.
49
+ * Add Polish localized UI text strings. [#1304](https://github.com/mmistakes/minimal-mistakes/pull/1304)
50
+ * Add toggleable table of contents via YAML Front Matter. Note: `toc` helper include will be deprecated in next major version. [#1222](https://github.com/mmistakes/minimal-mistakes/issues/1222)
51
+ * Refactor seo.html include to DRY-up page image handling.
52
+ * Add support for setting what image is used by OpenGraph and Twitter via `page.header.og_image`. [#1316](https://github.com/mmistakes/minimal-mistakes/issues/1316)
53
+ * Fix the spelling of some product names in the author profile. [#1328](https://github.com/mmistakes/minimal-mistakes/pull/1328)
54
+ * Add `aqua`, `neon`, and `plum` skins. [#1336](https://github.com/mmistakes/minimal-mistakes/pull/1336)
55
+ * Update **jekyll-toc** with heading classes fix. [#1337](https://github.com/mmistakes/minimal-mistakes/pull/1337)
56
+ * Remove `+` from Google+ author link to allow non-vanity URLs. [#1319](https://github.com/mmistakes/minimal-mistakes/pull/1319)
35
57
 
36
58
  ### Bug Fixes
37
59
 
38
- - Fix system font rendering in Chrome on macOS/OS X. [#1290](https://github.com/mmistakes/minimal-mistakes/pull/1290)
39
- - Fix extra padding in syntax highlighted code blocks due to Rouge 2 adding `<div class="highlight"></div>` to markup.
60
+ * Fix system font rendering in Chrome on macOS/OS X. [#1290](https://github.com/mmistakes/minimal-mistakes/pull/1290)
61
+ * Fix extra padding in syntax highlighted code blocks due to Rouge 2 adding `<div class="highlight"></div>` to markup.
40
62
 
41
63
  ## [4.6.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.6.0)
42
64
 
43
65
  ### Enhancements
44
66
 
45
- - Test strict Front Matter in `/test` site. [#1236](https://github.com/mmistakes/minimal-mistakes/pull/1236)
46
- - Rename `gems` key to `plugins`. [#1239](https://github.com/mmistakes/minimal-mistakes/pull/1239)
47
- - Add [YIQ Color Contrast](https://github.com/easy-designs/yiq-color-contrast) mixin for determining lightness of a color.
48
- - DRY up button CSS using Sass lists and YIQ Color Contrast mixin.
49
- - Add `btn--primary` button class. **Note:** elements that were previously using only a `.btn` class will now also need `.btn--primary` (eg. `<a class="btn btn--primary" href="#">my link</a>`).
50
- - Add `air`, `contrast`, `dark`, `dirt`, `mint`, and `sunrise` skin color options. [#1208](https://github.com/mmistakes/minimal-mistakes/issues/1208)
51
- - Allow scripts in `<head>` and before `</body>` to be added/overridden with `head_scripts` and `footer_scripts` arrays in `_config.yml`. [#1241](https://github.com/mmistakes/minimal-mistakes/pull/1241)
52
- - Update JavaScript dependencies: jQuery `v3.2.1`, jQuery Smooth Scroll `v2.2.0`, and Magnific Popup `v1.1.0`. [#328690652](https://github.com/mmistakes/minimal-mistakes/pull/1241#issuecomment-328690652)
67
+ * Test strict Front Matter in `/test` site. [#1236](https://github.com/mmistakes/minimal-mistakes/pull/1236)
68
+ * Rename `gems` key to `plugins`. [#1239](https://github.com/mmistakes/minimal-mistakes/pull/1239)
69
+ * Add [YIQ Color Contrast](https://github.com/easy-designs/yiq-color-contrast) mixin for determining lightness of a color.
70
+ * DRY up button CSS using Sass lists and YIQ Color Contrast mixin.
71
+ * Add `btn--primary` button class. **Note:** elements that were previously using only a `.btn` class will now also need `.btn--primary` (eg. `<a class="btn btn--primary" href="#">my link</a>`).
72
+ * Add `air`, `contrast`, `dark`, `dirt`, `mint`, and `sunrise` skin color options. [#1208](https://github.com/mmistakes/minimal-mistakes/issues/1208)
73
+ * Allow scripts in `<head>` and before `</body>` to be added/overridden with `head_scripts` and `footer_scripts` arrays in `_config.yml`. [#1241](https://github.com/mmistakes/minimal-mistakes/pull/1241)
74
+ * Update JavaScript dependencies: jQuery `v3.2.1`, jQuery Smooth Scroll `v2.2.0`, and Magnific Popup `v1.1.0`. [#328690652](https://github.com/mmistakes/minimal-mistakes/pull/1241#issuecomment-328690652)
53
75
 
54
76
  ## [4.5.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.2)
55
77
 
56
78
  ### Enhancements
57
79
 
58
- - Add `.page__comments-form` to "non-printing" selectors in print styles. [#1195](https://github.com/mmistakes/minimal-mistakes/pull/1195)
59
- - Add LinkedIn and Steam author sidebar examples to `_config.yml`. [#1203](https://github.com/mmistakes/minimal-mistakes/pull/1203) [#1204](https://github.com/mmistakes/minimal-mistakes/pull/1204)
60
- - Remove the http-equiv="cleartype" meta tag. [#1087](https://github.com/mmistakes/minimal-mistakes/pull/1087)
61
- - Clarify documentation for `jekyll-archives` plugin and how to install. [#1206](https://github.com/mmistakes/minimal-mistakes/pull/1206)
62
- - Clarify documentation around taxonomy page and index generation. [#1207](https://github.com/mmistakes/minimal-mistakes/pull/1207)
63
- - Fix "Posts by tag" grammar in documentation. [#1209](https://github.com/mmistakes/minimal-mistakes/pull/1209)
64
- - Improve Chinese `date_label` and `minute_read` translations in `ui-text.yml`. [#1205](https://github.com/mmistakes/minimal-mistakes/pull/1205) [#1211](https://github.com/mmistakes/minimal-mistakes/pull/1211)
65
- - Add note to Quick-Start Guide about GitHub Pages hosting alternatives that allow 3rd party gem themes and Jekyll plugins.
66
- - Add note to configuration documentation about Cloudflare minification as an alternative to `layout: compress`. [#1217](https://github.com/mmistakes/minimal-mistakes/pull/1217)
67
- - Show 4 latest posts in "You May Also Enjoy" module when `related: true` and no related posts are found due to `lsi` ([latent semantic indexing](https://en.wikipedia.org/wiki/Latent_semantic_analysis#Latent_semantic_indexing)) being disabled on GitHub Pages. [#554](https://github.com/mmistakes/minimal-mistakes/issues/554)
68
- - Truncate archive item titles' that overflow with an ellipsis. [#1213](https://github.com/mmistakes/minimal-mistakes/issues/1213)
80
+ * Add `.page__comments-form` to "non-printing" selectors in print styles. [#1195](https://github.com/mmistakes/minimal-mistakes/pull/1195)
81
+ * Add LinkedIn and Steam author sidebar examples to `_config.yml`. [#1203](https://github.com/mmistakes/minimal-mistakes/pull/1203) [#1204](https://github.com/mmistakes/minimal-mistakes/pull/1204)
82
+ * Remove the http-equiv="cleartype" meta tag. [#1087](https://github.com/mmistakes/minimal-mistakes/pull/1087)
83
+ * Clarify documentation for `jekyll-archives` plugin and how to install. [#1206](https://github.com/mmistakes/minimal-mistakes/pull/1206)
84
+ * Clarify documentation around taxonomy page and index generation. [#1207](https://github.com/mmistakes/minimal-mistakes/pull/1207)
85
+ * Fix "Posts by tag" grammar in documentation. [#1209](https://github.com/mmistakes/minimal-mistakes/pull/1209)
86
+ * Improve Chinese `date_label` and `minute_read` translations in `ui-text.yml`. [#1205](https://github.com/mmistakes/minimal-mistakes/pull/1205) [#1211](https://github.com/mmistakes/minimal-mistakes/pull/1211)
87
+ * Add note to Quick-Start Guide about GitHub Pages hosting alternatives that allow 3rd party gem themes and Jekyll plugins.
88
+ * Add note to configuration documentation about Cloudflare minification as an alternative to `layout: compress`. [#1217](https://github.com/mmistakes/minimal-mistakes/pull/1217)
89
+ * Show 4 latest posts in "You May Also Enjoy" module when `related: true` and no related posts are found due to `lsi` ([latent semantic indexing](https://en.wikipedia.org/wiki/Latent_semantic_analysis#Latent_semantic_indexing)) being disabled on GitHub Pages. [#554](https://github.com/mmistakes/minimal-mistakes/issues/554)
90
+ * Truncate archive item titles' that overflow with an ellipsis. [#1213](https://github.com/mmistakes/minimal-mistakes/issues/1213)
69
91
 
70
92
  ### Bug Fixes
71
93
 
72
- - Fix license URL in README file. [#1189](https://github.com/mmistakes/minimal-mistakes/pull/1189)
73
- - Reduce amount of blank pages when printing in Chrome. [#1196](https://github.com/mmistakes/minimal-mistakes/issues/1196)
74
- - Remove `#disqus_thread` duplicate from `comments-providers/disqus.html` as it is already in `comments.html` include. [#1199](https://github.com/mmistakes/minimal-mistakes/issues/1199)
75
- - Fix Liquid syntax errors in `tag-list.html` and `category-list.html` includes by removing parenthesis in `assign`s. [#1223](https://github.com/mmistakes/minimal-mistakes/issues/1223)
76
- - Fix Liquid syntax error: "Expected id but found open_square in `"{{ page.[include.id] }}"`" in `gallery` and `feature_row` includes.
77
- - Fix Liquid syntax error: "Expected end_of_string but found pipe in `"name in __names | sort"`" in `group-by-array` include.
94
+ * Fix license URL in README file. [#1189](https://github.com/mmistakes/minimal-mistakes/pull/1189)
95
+ * Reduce amount of blank pages when printing in Chrome. [#1196](https://github.com/mmistakes/minimal-mistakes/issues/1196)
96
+ * Remove `#disqus_thread` duplicate from `comments-providers/disqus.html` as it is already in `comments.html` include. [#1199](https://github.com/mmistakes/minimal-mistakes/issues/1199)
97
+ * Fix Liquid syntax errors in `tag-list.html` and `category-list.html` includes by removing parenthesis in `assign`s. [#1223](https://github.com/mmistakes/minimal-mistakes/issues/1223)
98
+ * Fix Liquid syntax error: "Expected id but found open_square in `"{{ page.[include.id] }}"`" in `gallery` and `feature_row` includes.
99
+ * Fix Liquid syntax error: "Expected end_of_string but found pipe in `"name in __names | sort"`" in `group-by-array` include.
78
100
 
79
101
  ## [4.5.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.1)
80
102
 
81
103
  ### Enhancements
82
104
 
83
- - Add Greek and Danish localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159) [#1188](https://github.com/mmistakes/minimal-mistakes/pull/1188)
84
- - Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158)
85
- - Improve `page` and `archive` layouts to visually center main content and harmonize sidebar widths and placement. [#1166](https://github.com/mmistakes/minimal-mistakes/pull/1166)
86
- - Increase font-size of code blocks.
87
- - Reduce indent of nested "table of contents" links.
88
- - Extend [archive grid view](https://mmistakes.github.io/minimal-mistakes/docs/layouts/) to the right to better fill the page.
89
- - URL encode title and page URL in social share links. [#1177](https://github.com/mmistakes/minimal-mistakes/pull/1177)
90
- - Replace old Disqus script with new Universal Embed Code. [#1179](https://github.com/mmistakes/minimal-mistakes/pull/1179)
105
+ * Add Greek and Danish localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159) [#1188](https://github.com/mmistakes/minimal-mistakes/pull/1188)
106
+ * Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158)
107
+ * Improve `page` and `archive` layouts to visually center main content and harmonize sidebar widths and placement. [#1166](https://github.com/mmistakes/minimal-mistakes/pull/1166)
108
+ * Increase font-size of code blocks.
109
+ * Reduce indent of nested "table of contents" links.
110
+ * Extend [archive grid view](https://mmistakes.github.io/minimal-mistakes/docs/layouts/) to the right to better fill the page.
111
+ * URL encode title and page URL in social share links. [#1177](https://github.com/mmistakes/minimal-mistakes/pull/1177)
112
+ * Replace old Disqus script with new Universal Embed Code. [#1179](https://github.com/mmistakes/minimal-mistakes/pull/1179)
91
113
 
92
114
  ### Bug Fixes
93
115
 
94
- - Fix positioning of sidebar table of contents when using `layout: splash`. [#1169](https://github.com/mmistakes/minimal-mistakes/issues/1169)
95
- - Fix "follow" links `z-index` order to avoid overlapping issues. [#1167](https://github.com/mmistakes/minimal-mistakes/issues/1167)
116
+ * Fix positioning of sidebar table of contents when using `layout: splash`. [#1169](https://github.com/mmistakes/minimal-mistakes/issues/1169)
117
+ * Fix "follow" links `z-index` order to avoid overlapping issues. [#1167](https://github.com/mmistakes/minimal-mistakes/issues/1167)
96
118
 
97
119
  ### Maintenance
98
120
 
99
- - Fix typo `words_per_minute` typo in documentation. [#1164](https://github.com/mmistakes/minimal-mistakes/pull/1164)
100
- - Remove outside and right borders in `table`s.
101
- - Adjust width of `.sidebar` to match `.sidebar__right`.
102
- - Add sample documents to ["portfolio" collection](https://mmistakes.github.io/minimal-mistakes/portfolio/) for testing grid view.
103
- - Fix typo in stylesheets documentation. [#1170](https://github.com/mmistakes/minimal-mistakes/pull/1170)
104
- - Add note about setting Discourse `server` as a scheme-less URL (eg. `meta.discourse.com` and not `http://meta.discourse.com`) in `_config.yml`. [#1182](https://github.com/mmistakes/minimal-mistakes/issues/1182)
121
+ * Fix typo `words_per_minute` typo in documentation. [#1164](https://github.com/mmistakes/minimal-mistakes/pull/1164)
122
+ * Remove outside and right borders in `table`s.
123
+ * Adjust width of `.sidebar` to match `.sidebar__right`.
124
+ * Add sample documents to ["portfolio" collection](https://mmistakes.github.io/minimal-mistakes/portfolio/) for testing grid view.
125
+ * Fix typo in stylesheets documentation. [#1170](https://github.com/mmistakes/minimal-mistakes/pull/1170)
126
+ * Add note about setting Discourse `server` as a scheme-less URL (eg. `meta.discourse.com` and not `http://meta.discourse.com`) in `_config.yml`. [#1182](https://github.com/mmistakes/minimal-mistakes/issues/1182)
105
127
 
106
128
  ## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)
107
129
 
108
130
  ### Enhancements
109
131
 
110
- - Add scrollbar to sidebars with overflowing content that extends outside the viewport's height. [#706](https://github.com/mmistakes/minimal-mistakes/issues/706)
111
- - Add missing Spanish UI text strings. [#1118](https://github.com/mmistakes/minimal-mistakes/pull/1118)
112
- - Update Susy to version 3 and rewrite grid CSS to be more readable.
113
- - Refactor intro animations into a separate Sass variable `$intro-transition` to allow for customizing. [#1147](https://github.com/mmistakes/minimal-mistakes/pull/1147)
114
- - Add [**jekyll-data**](https://github.com/ashmaroli/jekyll-data) as a dependency to read data files from theme-gem. [#1131](https://github.com/mmistakes/minimal-mistakes/pull/1131)
115
- - Add support for customizing header image alternative text through YAML Front Matter. [#1138](https://github.com/mmistakes/minimal-mistakes/pull/1138)
132
+ * Add scrollbar to sidebars with overflowing content that extends outside the viewport's height. [#706](https://github.com/mmistakes/minimal-mistakes/issues/706)
133
+ * Add missing Spanish UI text strings. [#1118](https://github.com/mmistakes/minimal-mistakes/pull/1118)
134
+ * Update Susy to version 3 and rewrite grid CSS to be more readable.
135
+ * Refactor intro animations into a separate Sass variable `$intro-transition` to allow for customizing. [#1147](https://github.com/mmistakes/minimal-mistakes/pull/1147)
136
+ * Add [**jekyll-data**](https://github.com/ashmaroli/jekyll-data) as a dependency to read data files from theme-gem. [#1131](https://github.com/mmistakes/minimal-mistakes/pull/1131)
137
+ * Add support for customizing header image alternative text through YAML Front Matter. [#1138](https://github.com/mmistakes/minimal-mistakes/pull/1138)
116
138
 
117
139
  ### Bug Fixes
118
140
 
119
- - Fix Sass `DEPRECATION WARNING: Passing a string to call()` by [upgrading Susy to version 3](https://github.com/mmistakes/minimal-mistakes/commit/387f8149d6270b876f224a57a07062ffb0647938). [#1114](https://github.com/mmistakes/minimal-mistakes/issues/1114)
120
- - Fix disappearing author profile links due to tapping the "Follow" button and changing a browser's viewport width to > `$lg`. [#1136](https://github.com/mmistakes/minimal-mistakes/issues/1136)
141
+ * Fix Sass `DEPRECATION WARNING: Passing a string to call()` by [upgrading Susy to version 3](https://github.com/mmistakes/minimal-mistakes/commit/387f8149d6270b876f224a57a07062ffb0647938). [#1114](https://github.com/mmistakes/minimal-mistakes/issues/1114)
142
+ * Fix disappearing author profile links due to tapping the "Follow" button and changing a browser's viewport width to > `$lg`. [#1136](https://github.com/mmistakes/minimal-mistakes/issues/1136)
121
143
 
122
144
  ### Maintenance
123
145
 
124
- - Replace reference to "Basically Basic theme" with **Minimal Mistakes**. [#1149](https://github.com/mmistakes/minimal-mistakes/pull/1149)
125
- - Add documentation for disabling CSS3 animations. [#1150](https://github.com/mmistakes/minimal-mistakes/pull/1150)
126
- - Update quickstart, installation, and overriding defaults documentation. [#1151](https://github.com/mmistakes/minimal-mistakes/pull/1151)
146
+ * Replace reference to "Basically Basic theme" with **Minimal Mistakes**. [#1149](https://github.com/mmistakes/minimal-mistakes/pull/1149)
147
+ * Add documentation for disabling CSS3 animations. [#1150](https://github.com/mmistakes/minimal-mistakes/pull/1150)
148
+ * Update quickstart, installation, and overriding defaults documentation. [#1151](https://github.com/mmistakes/minimal-mistakes/pull/1151)
127
149
 
128
150
  ## [4.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.2)
129
151
 
130
152
  ### Enhancements
131
153
 
132
- - Add Swedish, Dutch, and Indonesian localized UI text strings. [#996](https://github.com/mmistakes/minimal-mistakes/pull/996) [#1081](https://github.com/mmistakes/minimal-mistakes/pull/1081) [#1101](https://github.com/mmistakes/minimal-mistakes/pull/1101)
133
- - Add Bitbucket social icon color. [#1009](https://github.com/mmistakes/minimal-mistakes/pull/1009)
134
- - Add GitLab to author sidebar. [#1050](https://github.com/mmistakes/minimal-mistakes/pull/1050)
135
- - Add Sass variable for navicon link hover color. [#1089](https://github.com/mmistakes/minimal-mistakes/pull/1089) [#1088](https://github.com/mmistakes/minimal-mistakes/pull/1088)
154
+ * Add Swedish, Dutch, and Indonesian localized UI text strings. [#996](https://github.com/mmistakes/minimal-mistakes/pull/996) [#1081](https://github.com/mmistakes/minimal-mistakes/pull/1081) [#1101](https://github.com/mmistakes/minimal-mistakes/pull/1101)
155
+ * Add Bitbucket social icon color. [#1009](https://github.com/mmistakes/minimal-mistakes/pull/1009)
156
+ * Add GitLab to author sidebar. [#1050](https://github.com/mmistakes/minimal-mistakes/pull/1050)
157
+ * Add Sass variable for navicon link hover color. [#1089](https://github.com/mmistakes/minimal-mistakes/pull/1089) [#1088](https://github.com/mmistakes/minimal-mistakes/pull/1088)
136
158
 
137
159
  ### Bug Fixes
138
160
 
139
- - Toggle close button on `mouseleave`. [#975](https://github.com/mmistakes/minimal-mistakes/issues/975)
140
- - Remove extraneous `</a>` and `</li>` tags from `paginator.html` include. [#1038](https://github.com/mmistakes/minimal-mistakes/pull/1038)
141
- - Fix Google+ comments provider includes. [#1092](https://github.com/mmistakes/minimal-mistakes/issues/1092)
142
- - Replace category variable used in `_includes/breadcrumbs.html` to `site.category_archive` to avoid conflicts with `site.categories`. [#1063](https://github.com/mmistakes/minimal-mistakes/pull/1063) [#329](https://github.com/mmistakes/minimal-mistakes/issues/329)
161
+ * Toggle close button on `mouseleave`. [#975](https://github.com/mmistakes/minimal-mistakes/issues/975)
162
+ * Remove extraneous `</a>` and `</li>` tags from `paginator.html` include. [#1038](https://github.com/mmistakes/minimal-mistakes/pull/1038)
163
+ * Fix Google+ comments provider includes. [#1092](https://github.com/mmistakes/minimal-mistakes/issues/1092)
164
+ * Replace category variable used in `_includes/breadcrumbs.html` to `site.category_archive` to avoid conflicts with `site.categories`. [#1063](https://github.com/mmistakes/minimal-mistakes/pull/1063) [#329](https://github.com/mmistakes/minimal-mistakes/issues/329)
143
165
 
144
166
  ### Maintenance
145
167
 
146
- - Add mention of Greek localized UI text strings to theme documentation. [#972](https://github.com/mmistakes/minimal-mistakes/pull/972)
147
- - Update Greek localized UI text strings. [#1054](https://github.com/mmistakes/minimal-mistakes/pull/1054)
148
- - Add documentation for adding teaser images in grid view using `header.teaser`.
168
+ * Add mention of Greek localized UI text strings to theme documentation. [#972](https://github.com/mmistakes/minimal-mistakes/pull/972)
169
+ * Update Greek localized UI text strings. [#1054](https://github.com/mmistakes/minimal-mistakes/pull/1054)
170
+ * Add documentation for adding teaser images in grid view using `header.teaser`.
149
171
 
150
172
  ## [4.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.1)
151
173
 
152
174
  ### Enhancements
153
175
 
154
- - Add Greek localized UI text strings. [#958](https://github.com/mmistakes/minimal-mistakes/pull/958)
176
+ * Add Greek localized UI text strings. [#958](https://github.com/mmistakes/minimal-mistakes/pull/958)
155
177
 
156
178
  ### Bug Fixes
157
179
 
158
- - Fix `video` helper to load Vimeo videos over https. [#945](https://github.com/mmistakes/minimal-mistakes/pull/945)
159
- - Fix close menu button that was removed when updating Greedy navigation script. [#969](https://github.com/mmistakes/minimal-mistakes/issues/969)
180
+ * Fix `video` helper to load Vimeo videos over https. [#945](https://github.com/mmistakes/minimal-mistakes/pull/945)
181
+ * Fix close menu button that was removed when updating Greedy navigation script. [#969](https://github.com/mmistakes/minimal-mistakes/issues/969)
160
182
 
161
183
  ## [4.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.0)
162
184
 
163
185
  ### Enhancements
164
186
 
165
- - Move SCSS partials to `/_sass/minimal-mistakes` for easier CSS customization.
166
- - Replace `modified` with `last_modified_at` to leverage various Jekyll plugins that utilize this variable. [#930](https://github.com/mmistakes/minimal-mistakes/pull/930)
167
- - Add Lithuanian localized UI text. [#924](https://github.com/mmistakes/minimal-mistakes/pull/924)
168
- - Improve print stylesheet by increasing text contrast, removing elements that don't need to be printed, expanding URLs, and reducing amount of blank pages. [#909](https://github.com/mmistakes/minimal-mistakes/issues/909)
187
+ * Move SCSS partials to `/_sass/minimal-mistakes` for easier CSS customization.
188
+ * Replace `modified` with `last_modified_at` to leverage various Jekyll plugins that utilize this variable. [#930](https://github.com/mmistakes/minimal-mistakes/pull/930)
189
+ * Add Lithuanian localized UI text. [#924](https://github.com/mmistakes/minimal-mistakes/pull/924)
190
+ * Improve print stylesheet by increasing text contrast, removing elements that don't need to be printed, expanding URLs, and reducing amount of blank pages. [#909](https://github.com/mmistakes/minimal-mistakes/issues/909)
169
191
 
170
192
  ### Maintenance
171
193
 
172
- - Remove extra word in comment. [#911](https://github.com/mmistakes/minimal-mistakes/pull/911)
173
- - Fix typo in Utility Class docs. [#915](https://github.com/mmistakes/minimal-mistakes/pull/915)
194
+ * Remove extra word in comment. [#911](https://github.com/mmistakes/minimal-mistakes/pull/911)
195
+ * Fix typo in Utility Class docs. [#915](https://github.com/mmistakes/minimal-mistakes/pull/915)
174
196
 
175
197
  ## [4.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.1)
176
198
 
177
199
  ### Bug Fixes
178
200
 
179
- - Fix `.masthead` and `.page__footer` overlapping full screen video elements. [#933](https://github.com/mmistakes/minimal-mistakes/issues/933)
180
- - Correctly show Related Posts heading when UI Text data file is omitted and `related: true` in YAML Front Matter. [#901](https://github.com/mmistakes/minimal-mistakes/pull/901)
201
+ * Fix `.masthead` and `.page__footer` overlapping full screen video elements. [#933](https://github.com/mmistakes/minimal-mistakes/issues/933)
202
+ * Correctly show Related Posts heading when UI Text data file is omitted and `related: true` in YAML Front Matter. [#901](https://github.com/mmistakes/minimal-mistakes/pull/901)
181
203
 
182
204
  ## [4.3.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.0)
183
205
 
184
206
  ### Enhancements
185
207
 
186
- - Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file:
187
-
208
+ * Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file:
209
+
188
210
  ```
189
211
  ---
190
- layout:
212
+ layout:
191
213
  ---
192
214
  ```
193
215
 
@@ -197,592 +219,593 @@
197
219
 
198
220
  ### Enhancements
199
221
 
200
- - Update [Greedy Navigation](https://github.com/lukejacksonn/GreedyNav) to flexbox version to make it more flexible when dealing with long site titles (`site.title`). [#836](https://github.com/mmistakes/minimal-mistakes/issues/836)
201
- - Adjust `box-shadow` in navigation and author sidebar. [#576](https://github.com/mmistakes/minimal-mistakes/pull/576)
202
- - Add Russian, Korean, and zh-TW localized UI text. [#815](https://github.com/mmistakes/minimal-mistakes/issues/815) [#834](https://github.com/mmistakes/minimal-mistakes/pull/834) [#838](https://github.com/mmistakes/minimal-mistakes/pull/838)
222
+ * Update [Greedy Navigation](https://github.com/lukejacksonn/GreedyNav) to flexbox version to make it more flexible when dealing with long site titles (`site.title`). [#836](https://github.com/mmistakes/minimal-mistakes/issues/836)
223
+ * Adjust `box-shadow` in navigation and author sidebar. [#576](https://github.com/mmistakes/minimal-mistakes/pull/576)
224
+ * Add Russian, Korean, and zh-TW localized UI text. [#815](https://github.com/mmistakes/minimal-mistakes/issues/815) [#834](https://github.com/mmistakes/minimal-mistakes/pull/834) [#838](https://github.com/mmistakes/minimal-mistakes/pull/838)
203
225
 
204
226
  ### Bug Fixes
205
227
 
206
- - Fix Discourse embedded comments bug. [#823](https://github.com/mmistakes/minimal-mistakes/issues/823)
207
- - Fix `seo_author` default value in `seo.html` and add `author` meta. [#858](https://github.com/mmistakes/minimal-mistakes/pull/858)
228
+ * Fix Discourse embedded comments bug. [#823](https://github.com/mmistakes/minimal-mistakes/issues/823)
229
+ * Fix `seo_author` default value in `seo.html` and add `author` meta. [#858](https://github.com/mmistakes/minimal-mistakes/pull/858)
208
230
 
209
231
  ### Maintenance
210
232
 
211
- - Add theme meta info to `_layouts/default.html` and `main.css`.
212
- - Update README.
213
- - Improve the pagination and taxonomy archive documentation. [#826](https://github.com/mmistakes/minimal-mistakes/pull/826)
214
- - Add comments to `/docs/_config.yml` to clarify use of YAML references. [#847](https://github.com/mmistakes/minimal-mistakes/pull/847)
233
+ * Add theme meta info to `_layouts/default.html` and `main.css`.
234
+ * Update README.
235
+ * Improve the pagination and taxonomy archive documentation. [#826](https://github.com/mmistakes/minimal-mistakes/pull/826)
236
+ * Add comments to `/docs/_config.yml` to clarify use of YAML references. [#847](https://github.com/mmistakes/minimal-mistakes/pull/847)
215
237
 
216
238
  ## [4.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.1)
217
239
 
218
240
  ### Enhancements
219
241
 
220
- - Improve `paginator.html` to support paginated pages that live inside of a subfolder. See [documentation](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#home-page) for more details. [#764](https://github.com/mmistakes/minimal-mistakes/pull/764/)
242
+ * Improve `paginator.html` to support paginated pages that live inside of a subfolder. See [documentation](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#home-page) for more details. [#764](https://github.com/mmistakes/minimal-mistakes/pull/764/)
221
243
 
222
244
  ### Maintenance
223
245
 
224
- - Add `https` protocol to Google Universal Analytics embed. [#772](https://github.com/mmistakes/minimal-mistakes/pull/772)
246
+ * Add `https` protocol to Google Universal Analytics embed. [#772](https://github.com/mmistakes/minimal-mistakes/pull/772)
225
247
 
226
248
  ## [4.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.0)
227
249
 
228
250
  ### Enhancements
229
251
 
230
- - Add `video` helper (for YouTube/Vimeo) and video headers to `single`, `archive`, and `splash` layouts. [#788](https://github.com/mmistakes/minimal-mistakes/pull/788)
231
- - Add missing simplified Chinese localized UI text strings. [#747](https://github.com/mmistakes/minimal-mistakes/pull/747)
232
- - Add Nepali (Nepalese) localized UI text strings. [#785](https://github.com/mmistakes/minimal-mistakes/pull/785)
233
- - Remove borders from table elements found in Google Custom Search Engine widget. [#759](https://github.com/mmistakes/minimal-mistakes/issues/759)
252
+ * Add `video` helper (for YouTube/Vimeo) and video headers to `single`, `archive`, and `splash` layouts. [#788](https://github.com/mmistakes/minimal-mistakes/pull/788)
253
+ * Add missing simplified Chinese localized UI text strings. [#747](https://github.com/mmistakes/minimal-mistakes/pull/747)
254
+ * Add Nepali (Nepalese) localized UI text strings. [#785](https://github.com/mmistakes/minimal-mistakes/pull/785)
255
+ * Remove borders from table elements found in Google Custom Search Engine widget. [#759](https://github.com/mmistakes/minimal-mistakes/issues/759)
234
256
 
235
257
  ### Bug Fixes
236
258
 
237
- - Remove `position: sticky` JavaScript polyfill and fallback to default positioning for browsers that don't support it. [#752](https://github.com/mmistakes/minimal-mistakes/issues/752)
259
+ * Remove `position: sticky` JavaScript polyfill and fallback to default positioning for browsers that don't support it. [#752](https://github.com/mmistakes/minimal-mistakes/issues/752)
238
260
 
239
261
  ### Maintenance
240
262
 
241
- - Fix invalid Google Universal Analytics example in documentation. [#783](https://github.com/mmistakes/minimal-mistakes/pull/783)
242
- - Bump `jekyll-sitemap` gem dependency to (1.0).
263
+ * Fix invalid Google Universal Analytics example in documentation. [#783](https://github.com/mmistakes/minimal-mistakes/pull/783)
264
+ * Bump `jekyll-sitemap` gem dependency to (1.0).
243
265
 
244
266
  ## [4.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.1)
245
267
 
246
268
  ### Enhancements
247
269
 
248
- - Remove hardcoded `words_per_minute` "less than" and "minute read" values and make dynamic. [#703](https://github.com/mmistakes/minimal-mistakes/issues/703)
249
- - Update Font Awesome to `v4.7.0`. [#723](https://github.com/mmistakes/minimal-mistakes/issues/723), [#722](https://github.com/mmistakes/minimal-mistakes/issues/722)
250
- - Add support for YouTube channel URLs in author profile. [#716](https://github.com/mmistakes/minimal-mistakes/issues/716)
270
+ * Remove hardcoded `words_per_minute` "less than" and "minute read" values and make dynamic. [#703](https://github.com/mmistakes/minimal-mistakes/issues/703)
271
+ * Update Font Awesome to `v4.7.0`. [#723](https://github.com/mmistakes/minimal-mistakes/issues/723), [#722](https://github.com/mmistakes/minimal-mistakes/issues/722)
272
+ * Add support for YouTube channel URLs in author profile. [#716](https://github.com/mmistakes/minimal-mistakes/issues/716)
251
273
 
252
274
  ### Bug Fixes
253
275
 
254
- - Add Jekyll as `spec.add_runtime_dependency` in `.gemspec`.
276
+ * Add Jekyll as `spec.add_runtime_dependency` in `.gemspec`.
255
277
 
256
278
  ## [4.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.0)
257
279
 
258
280
  ### Enhancements
259
281
 
260
- - Add Jekyll include for adding [custom author profile links](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/author-profile-custom-links.html) to sidebar
282
+ * Add Jekyll include for adding [custom author profile links](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/author-profile-custom-links.html) to sidebar
261
283
 
262
284
  ### Bug Fixes
263
285
 
264
- - Fix link to Discourse.org homepage in `noscript` section [#699](https://github.com/mmistakes/minimal-mistakes/pull/699)
265
- - Fix padding issue with pagination buttons [#694](https://github.com/mmistakes/minimal-mistakes/issues/694)
286
+ * Fix link to Discourse.org homepage in `noscript` section [#699](https://github.com/mmistakes/minimal-mistakes/pull/699)
287
+ * Fix padding issue with pagination buttons [#694](https://github.com/mmistakes/minimal-mistakes/issues/694)
266
288
 
267
289
  ## [4.0.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10)
268
290
 
269
291
  ### Bug Fixes
270
292
 
271
- - Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)
293
+ * Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)
272
294
 
273
295
  ### Maintenance
274
296
 
275
- - Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)
297
+ * Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)
276
298
 
277
299
  ## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)
278
300
 
279
301
  ### Bug Fixes
280
302
 
281
- - Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)
303
+ * Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)
282
304
 
283
305
  ## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)
284
306
 
285
307
  ### Bug Fixes
286
308
 
287
- - Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)
288
- - Adjust sidebar navigation list CSS so it collapses at the correct width.
309
+ * Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)
310
+ * Adjust sidebar navigation list CSS so it collapses at the correct width.
289
311
 
290
312
  ### Maintenance
291
313
 
292
- - Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.
314
+ * Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.
293
315
 
294
316
  ## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
295
317
 
296
318
  ### Enhancements
297
319
 
298
- - Add `!default` values to **_sass/_variables.scss**.
299
- - Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
320
+ * Add `!default` values to **_sass/_variables.scss**.
321
+ * Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
300
322
 
301
323
  ### Bug Fixes
302
324
 
303
- - Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
325
+ * Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
304
326
 
305
327
  ### Maintenance
306
328
 
307
- - Reorganize SCSS partials in **assets/css/main.scss**
329
+ * Reorganize SCSS partials in **assets/css/main.scss**
308
330
 
309
331
  ## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
310
332
 
311
333
  ### Enhancements
312
334
 
313
- - Add [`figure` helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#figure) to make generating a `<figure>` element with a single image and caption easier. [#572](https://github.com/mmistakes/minimal-mistakes/pull/572)
314
- - Add structured data markup for `itemprop="person"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)
335
+ * Add [`figure` helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#figure) to make generating a `<figure>` element with a single image and caption easier. [#572](https://github.com/mmistakes/minimal-mistakes/pull/572)
336
+ * Add structured data markup for `itemprop="person"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)
315
337
 
316
338
  ### Bug Fixes
317
339
 
318
- - Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)
340
+ * Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)
319
341
 
320
342
  ### Maintenance
321
343
 
322
- - Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
323
- - Add `rake preview` task for testing `/test` during theme development.
344
+ * Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
345
+ * Add `rake preview` task for testing `/test` during theme development.
324
346
 
325
347
  ## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
326
348
 
327
349
  ### Enhancements
328
350
 
329
- - Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
330
- - Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
351
+ * Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
352
+ * Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
331
353
 
332
354
  ### Bug Fixes
333
355
 
334
- - Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
356
+ * Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
335
357
 
336
358
  ### Maintenance
337
359
 
338
- - Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
360
+ * Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
339
361
 
340
362
  ## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)
341
363
 
342
364
  ### Enhancements
343
365
 
344
- - "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
345
- - Replace `base_path` include with `absolute_url` filter where possible.
346
- - Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**
347
- - Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
348
- - Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
349
- - Make author avatar optional in sidebar.
350
- - Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
366
+ * "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
367
+ * Replace `base_path` include with `absolute_url` filter where possible.
368
+ * Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**
369
+ * Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
370
+ * Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
371
+ * Make author avatar optional in sidebar.
372
+ * Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
351
373
 
352
374
  ### Bug Fixes
353
375
 
354
- - Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
355
- - Fix `author.avatar` paths for externally hosted images.
376
+ * Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
377
+ * Fix `author.avatar` paths for externally hosted images.
356
378
 
357
379
  ### Maintenance
358
380
 
359
- - Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
360
- - Add note about using full image paths for eg. `assets/images/filename.jpg` (header images, overlays, galleries, feature rows, etc.) instead of assuming they will always be in `/images/`.
361
- - Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
381
+ * Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
382
+ * Add note about using full image paths for eg. `assets/images/filename.jpg` (header images, overlays, galleries, feature rows, etc.) instead of assuming they will always be in `/images/`.
383
+ * Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
362
384
 
363
385
  ## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
364
386
 
365
387
  ### Enhancements
366
388
 
367
- - Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
368
- - Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
369
- - Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
389
+ * Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
390
+ * Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
391
+ * Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
370
392
 
371
393
  ### Bug Fixes
372
394
 
373
- - Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
395
+ * Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
374
396
 
375
397
  ### Maintenance
376
398
 
377
- - Move Brazilian Portuguese localized text under `pt-BR` key.
399
+ * Move Brazilian Portuguese localized text under `pt-BR` key.
378
400
 
379
401
  ## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
380
402
 
381
403
  ### Enhancements
382
404
 
383
- - Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
384
- - Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
405
+ * Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
406
+ * Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
385
407
 
386
408
  ### Bug Fixes
387
409
 
388
- - Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
410
+ * Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
389
411
 
390
412
  ## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
391
413
 
392
414
  ### Enhancements
393
415
 
394
- - Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
416
+ * Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
395
417
 
396
418
  ### Bug Fixes
397
419
 
398
- - Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
420
+ * Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
399
421
 
400
422
  ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
401
423
 
402
424
  ### Enhancements
403
425
 
404
- - Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
405
- - Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
426
+ * Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
427
+ * Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
406
428
 
407
429
  ### Bug Fixes
408
430
 
409
- - Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
431
+ * Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
410
432
 
411
433
  ### Maintenance
412
434
 
413
- - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
414
- - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
415
- - Add `{% highlight %}` code block examples to demo site.
416
- - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
435
+ * Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
436
+ * Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
437
+ * Add `{% highlight %}` code block examples to demo site.
438
+ * Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
417
439
 
418
440
  ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
419
441
 
420
442
  ### Enhancements
421
443
 
422
- - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
444
+ * Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
423
445
 
424
446
  ### Bug Fixes
425
447
 
426
- - Exclude `vendor` in Jekyll config file.
427
- - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
448
+ * Exclude `vendor` in Jekyll config file.
449
+ * Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
428
450
 
429
451
  ### Maintenance
430
452
 
431
- - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
453
+ * Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
432
454
 
433
455
  ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
434
456
 
435
457
  ### Enhancements
436
458
 
437
- - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
438
- - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
439
- - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
440
- - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
459
+ * Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
460
+ * Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
461
+ * Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
462
+ * Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
441
463
 
442
464
  ### Bug Fixes
443
465
 
444
- - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
466
+ * Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
445
467
 
446
468
  ### Maintenance
447
469
 
448
- - Add note to docs about using `url: http://localhost:4000` when working locally.
470
+ * Add note to docs about using `url: http://localhost:4000` when working locally.
449
471
 
450
472
  ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
451
473
 
452
474
  ### Enhancements
453
475
 
454
- - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
476
+ * Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
455
477
 
456
478
  ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
457
479
 
458
480
  ### Enhancements
459
481
 
460
- - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
482
+ * Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
461
483
 
462
484
  ### Bug Fixes
463
485
 
464
- - Don't add `<a>` to author name if URL is blank.
486
+ * Don't add `<a>` to author name if URL is blank.
465
487
 
466
488
  ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
467
489
 
468
490
  ### Enhancements
469
491
 
470
- - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
492
+ * Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
471
493
 
472
494
  ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
473
495
 
474
496
  ### Bug Fixes
475
497
 
476
- - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
498
+ * Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
477
499
 
478
500
  ### Enhancements
479
501
 
480
- - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
481
- - Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)
502
+ * Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
503
+ * Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)
482
504
 
483
505
  ### Maintenance
484
506
 
485
- - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
486
- - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
507
+ * Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
508
+ * Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
487
509
 
488
510
  ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
489
511
 
490
512
  ### Bug Fixes
491
513
 
492
- - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
514
+ * Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
493
515
 
494
516
  ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
495
517
 
496
518
  ### Enhancements
497
519
 
498
- - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
499
- - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
500
- - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
520
+ * Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
521
+ * Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
522
+ * Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
501
523
 
502
524
  ### Maintenance
503
525
 
504
- - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
505
- - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
506
- - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
507
- - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
526
+ * Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
527
+ * Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
528
+ * Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
529
+ * Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
508
530
 
509
531
  ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
510
532
 
511
533
  ### Enhancements
512
534
 
513
- - 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](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)
514
- - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
535
+ * 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](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)
536
+ * Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
515
537
 
516
538
  ### Maintenance
517
539
 
518
- - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
540
+ * Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
519
541
 
520
542
  ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
521
543
 
522
544
  ### Enhancements
523
545
 
524
- - Make footer stick to the bottom of the page.
546
+ * Make footer stick to the bottom of the page.
525
547
 
526
548
  ### Bug Fixes
527
549
 
528
- - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
550
+ * Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
529
551
 
530
552
  ### Maintenance
531
553
 
532
- - Set default `lang` to `en`.
554
+ * Set default `lang` to `en`.
533
555
 
534
556
  ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
535
557
 
536
558
  ### Bug Fixes
537
559
 
538
- - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
560
+ * Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
539
561
 
540
562
  ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
541
563
 
542
564
  ### Enhancements
543
565
 
544
- - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
545
- - Indicate the relationship between component URLs in a paginated series by applying `rel="prev"` and `rel="next"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)
546
- - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
566
+ * Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
567
+ * Indicate the relationship between component URLs in a paginated series by applying `rel="prev"` and `rel="next"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)
568
+ * Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
547
569
 
548
570
  ### Maintenance
549
571
 
550
- - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
551
- - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
572
+ * Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
573
+ * Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
552
574
 
553
575
  ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
554
576
 
555
577
  ### Enhancements
556
578
 
557
- - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
558
- - Switch default locale from `en-US` to `en`.
579
+ * Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
580
+ * Switch default locale from `en-US` to `en`.
559
581
 
560
582
  ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
561
583
 
562
584
  ### Enhancements
563
585
 
564
- - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
586
+ * Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
565
587
 
566
588
  ### Bug Fixes
567
589
 
568
- - Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
590
+ * Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
569
591
 
570
592
  ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
571
593
 
572
594
  ### Bug Fixes
573
595
 
574
- - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
596
+ * Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
575
597
 
576
598
  ### Maintenance
577
599
 
578
- - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
579
- - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
580
- - Update Font Awesome 4.6.3
600
+ * Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
601
+ * Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
602
+ * Update Font Awesome 4.6.3
581
603
 
582
604
  ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
583
605
 
584
606
  ### Maintenance
585
607
 
586
- - Add `CONTRIBUTING.md`
608
+ * Add `CONTRIBUTING.md`
587
609
 
588
610
  ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
589
611
 
590
612
  ### Enhancements
591
613
 
592
- - Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
614
+ * Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
593
615
 
594
616
  ### Bug Fixes
595
617
 
596
- - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
618
+ * Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
597
619
 
598
620
  ### Maintenance
599
621
 
600
- - Update `github-pages` gem and dependencies.
601
- - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
622
+ * Update `github-pages` gem and dependencies.
623
+ * Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
602
624
 
603
625
  ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
604
626
 
605
627
  ### Bug Fixes
606
628
 
607
- - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
629
+ * Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
608
630
 
609
631
  ### Maintenance
610
632
 
611
- - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
633
+ * Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
612
634
 
613
635
  ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
614
636
 
615
637
  ### Enhancements
616
638
 
617
- - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
639
+ * Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
618
640
 
619
641
  ### Bug Fixes
620
642
 
621
- - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
643
+ * Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
622
644
 
623
645
  ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
624
646
 
625
647
  ### Bug Fixes
626
648
 
627
- - 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](https://github.com/mmistakes/minimal-mistakes/pull/345)
649
+ * 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](https://github.com/mmistakes/minimal-mistakes/pull/345)
628
650
 
629
651
  ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
630
652
 
631
653
  ### Bug Fixes
632
654
 
633
- - Fix link color in hero overlay to be white.
634
- - Remove underlines from archive item titles.
655
+ * Fix link color in hero overlay to be white.
656
+ * Remove underlines from archive item titles.
635
657
 
636
658
  ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
637
659
 
638
660
  ### Enhancements
639
661
 
640
- - Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
641
- - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
662
+ * Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
663
+ * Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
642
664
 
643
665
  ### Bug Fixes
644
666
 
645
- - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
667
+ * Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
646
668
 
647
669
  ### Maintenance
648
670
 
649
- - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
650
- - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
651
- - Update screenshots found in theme documentation.
671
+ * Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
672
+ * Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
673
+ * Update screenshots found in theme documentation.
652
674
 
653
675
  ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
654
676
 
655
677
  ### Enhancements
656
678
 
657
- - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
679
+ * Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
658
680
 
659
681
  ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
660
682
 
661
683
  ### Enhancements
662
684
 
663
- - Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)
685
+ * Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)
664
686
 
665
687
  ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
666
688
 
667
689
  ### Bug Fixes
668
690
 
669
- - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
691
+ * Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
670
692
 
671
693
  ### Maintenance
672
694
 
673
- - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
695
+ * Add `ISSUE_TEMPLATE.md` for improve issue submission process.
674
696
 
675
697
  ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
676
698
 
677
699
  ### Bug Fixes
678
700
 
679
- - Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)
701
+ * Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)
680
702
 
681
703
  ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
682
704
 
683
705
  ### Bug Fixes
684
706
 
685
- - 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](https://github.com/mmistakes/minimal-mistakes/issues/312)
707
+ * 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](https://github.com/mmistakes/minimal-mistakes/issues/312)
686
708
 
687
709
  ### Maintenance
688
710
 
689
- - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
711
+ * Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
690
712
 
691
- - Document installing additional Jekyll gem dependencies when using `gem "jekyll"` instead of `gem "github-pages"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)
713
+ * Document installing additional Jekyll gem dependencies when using `gem "jekyll"` instead of `gem "github-pages"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)
692
714
 
693
715
  ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
694
716
 
695
717
  ### Enhancements
696
718
 
697
- - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
719
+ * Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
698
720
 
699
721
  ### Maintenance
700
722
 
701
- - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
723
+ * Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
702
724
 
703
725
  ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
704
726
 
705
727
  ### Maintenance
706
728
 
707
- - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
729
+ * Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
708
730
 
709
731
  ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
710
732
 
711
733
  ### Maintenance
712
734
 
713
- - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
735
+ * Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
714
736
 
715
737
  ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
716
738
 
717
739
  ### Enhancements
718
740
 
719
- - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
741
+ * Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
720
742
 
721
743
  ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
722
744
 
723
745
  ### Enhancements
724
746
 
725
- - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
726
- - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
747
+ * Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
748
+ * Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
727
749
 
728
750
  ### Bug Fixes
729
751
 
730
- - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
731
- - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
732
- - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
733
- - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
734
- - SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
752
+ * Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
753
+ * Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
754
+ * Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
755
+ * Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
756
+ * SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
735
757
 
736
758
  ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
737
759
 
738
760
  ### Enhancements
739
761
 
740
- - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
741
- - Reduce left/right padding on smaller screens to increase width of main content column.
762
+ * Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
763
+ * Reduce left/right padding on smaller screens to increase width of main content column.
742
764
 
743
765
  ### Bug Fixes
744
766
 
745
- - Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and "Follow" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).
767
+ * Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and "Follow" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).
746
768
 
747
769
  ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
748
770
 
749
771
  ### Bug Fix
750
772
 
751
- - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
773
+ * Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
752
774
 
753
775
  ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
754
776
 
755
777
  ### Enhancements
756
778
 
757
- - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
758
- - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
779
+ * Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
780
+ * Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
759
781
 
760
782
  ### Bug Fixes
761
- - Fixed Bitbucket URL typo in author sidebar.
783
+
784
+ * Fixed Bitbucket URL typo in author sidebar.
762
785
 
763
786
  ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
764
787
 
765
788
  ### Enhancements
766
789
 
767
- - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
768
- - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
769
- - Replaced grid system with [Susy](http://susy.oddbird.net/).
770
- - Replaced Grunt tasks with `npm` scripts.
771
- - Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)
772
- - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
773
- - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
774
- - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
775
- - Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.
776
- - Added taxonomy links to posts (tags and categories).
777
- - Added optional "reading time" meta data.
778
- - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
779
- - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
780
- - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
781
- - Add `feed.xml` link to footer.
782
- - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
783
- - Added LinkedIn to optional social share buttons.
784
- - Added Facebook, Google+, and custom commenting options in addition to Disqus.
785
- - Added optional breadcrumb links.
790
+ * Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
791
+ * Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
792
+ * Replaced grid system with [Susy](http://susy.oddbird.net/).
793
+ * Replaced Grunt tasks with `npm` scripts.
794
+ * Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)
795
+ * Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
796
+ * Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
797
+ * Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
798
+ * Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.
799
+ * Added taxonomy links to posts (tags and categories).
800
+ * Added optional "reading time" meta data.
801
+ * Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
802
+ * Improved `gallery` include helper and added `feature_row` for use with splash page layout.
803
+ * Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
804
+ * Add `feed.xml` link to footer.
805
+ * Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
806
+ * Added LinkedIn to optional social share buttons.
807
+ * Added Facebook, Google+, and custom commenting options in addition to Disqus.
808
+ * Added optional breadcrumb links.
786
809
 
787
810
  ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
788
811
 
@@ -790,64 +813,64 @@
790
813
 
791
814
  ### Enhancements
792
815
 
793
- - Add support for Jekyll 3.0
794
- - Minor updates to syntax highlighting CSS and theme documentation
816
+ * Add support for Jekyll 3.0
817
+ * Minor updates to syntax highlighting CSS and theme documentation
795
818
 
796
819
  ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
797
820
 
798
821
  ### Enhancements
799
822
 
800
- - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
823
+ * Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
801
824
 
802
825
  ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
803
826
 
804
827
  ### Enhancements
805
828
 
806
- - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
807
- - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
808
- - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
829
+ * Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
830
+ * Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
831
+ * Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
809
832
 
810
833
  ### Bug Fixes
811
834
 
812
- - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
813
- - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
835
+ * Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
836
+ * Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
814
837
 
815
838
  ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
816
839
 
817
840
  ### Enhancements
818
841
 
819
- - Add optional XING profile link to author sidebar
820
- - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
821
- - Create an include for feed footer
842
+ * Add optional XING profile link to author sidebar
843
+ * Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
844
+ * Create an include for feed footer
822
845
 
823
846
  ### Bug Fixes
824
847
 
825
- - Remove http protocol from Google search form on sample 404 page
826
- - Only show related posts if there are one or more available
827
- - Fix alignment of email address link in author sidebar
848
+ * Remove http protocol from Google search form on sample 404 page
849
+ * Only show related posts if there are one or more available
850
+ * Fix alignment of email address link in author sidebar
828
851
 
829
852
  ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
830
853
 
831
854
  ### Enhancements
832
855
 
833
- - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
856
+ * Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
834
857
 
835
858
  ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
836
859
 
837
- - Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.
838
- - Fix typos in posts and documentation and remove references to Less
839
- - Include note about Octopress gem being optional
840
- - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
841
- - Only include email address in feed if specified in `_config.yml` or author `_data`
842
- - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
843
- - Include new sample feature images for posts and pages
844
- - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
845
- - Include note about running Jekyll with `bundle exec` when using Bundler
846
- - Fix home page path in top navigation
847
- - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
848
- - Remove duplicate author content that displayed in `div.article-author-bottom`
849
- - Removed unused `_sass/print.scss` styles
850
- - Improve comments in `.scss` files
860
+ * Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.
861
+ * Fix typos in posts and documentation and remove references to Less
862
+ * Include note about Octopress gem being optional
863
+ * Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
864
+ * Only include email address in feed if specified in `_config.yml` or author `_data`
865
+ * Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
866
+ * Include new sample feature images for posts and pages
867
+ * Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
868
+ * Include note about running Jekyll with `bundle exec` when using Bundler
869
+ * Fix home page path in top navigation
870
+ * Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
871
+ * Remove duplicate author content that displayed in `div.article-author-bottom`
872
+ * Removed unused `_sass/print.scss` styles
873
+ * Improve comments in `.scss` files
851
874
 
852
875
  ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
853
876
 
@@ -855,24 +878,24 @@
855
878
 
856
879
  ### Enhancements
857
880
 
858
- - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
859
- - Cleaned up the Kramdown auto table of contents styling to be more readable
860
- - Removed page width specific .less stylesheets and created mixins for easier updating
861
- - Removed Modernizr since it wasn't being used
862
- - Added pages to sitemap.xml
863
- - Added category: to rake new_post task
864
- - Minor typographic changes
881
+ * Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
882
+ * Cleaned up the Kramdown auto table of contents styling to be more readable
883
+ * Removed page width specific .less stylesheets and created mixins for easier updating
884
+ * Removed Modernizr since it wasn't being used
885
+ * Added pages to sitemap.xml
886
+ * Added category: to rake new_post task
887
+ * Minor typographic changes
865
888
 
866
889
  ### Bug Fixes
867
890
 
868
- - Corrected various broken links in README and Theme Setup.
891
+ * Corrected various broken links in README and Theme Setup.
869
892
 
870
893
  ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
871
894
 
872
895
  ### Enhancements
873
896
 
874
- - Cleaned up table of contents styling
875
- - Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.
897
+ * Cleaned up table of contents styling
898
+ * Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.
876
899
 
877
900
  ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
878
901
 
@@ -880,54 +903,54 @@
880
903
 
881
904
  ### Bug Fixes
882
905
 
883
- - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
906
+ * Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
884
907
 
885
908
  ### Enhancements
886
909
 
887
- - Decreased spacing between Markdown footnotes
888
- - Removed dark background on footer
889
- - Removed UPPERCASE styling on post titles in the index listing
910
+ * Decreased spacing between Markdown footnotes
911
+ * Removed dark background on footer
912
+ * Removed UPPERCASE styling on post titles in the index listing
890
913
 
891
914
  ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
892
915
 
893
916
  ### Bug Fixes
894
917
 
895
- - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
918
+ * Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
896
919
 
897
920
  ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
898
921
 
899
922
  ### Bug Fixes
900
923
 
901
- - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
902
- - Remove line wrap from top navigation links that may span multiple lines.
924
+ * Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
925
+ * Remove line wrap from top navigation links that may span multiple lines.
903
926
 
904
927
  ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
905
928
 
906
929
  ### Enhancements
907
930
 
908
- - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
909
- - Added support for large image summary Twitter card.
910
- - Stylesheet adjustments
931
+ * Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
932
+ * Added support for large image summary Twitter card.
933
+ * Stylesheet adjustments
911
934
 
912
935
  ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
913
936
 
914
937
  ### Bug Fixes
915
938
 
916
- - Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained.
939
+ * Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained.
917
940
 
918
941
  ### Enhancements
919
942
 
920
- - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
921
- - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
922
- - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
923
- - Removed Chrome Frame references.
924
- - Added global CSS3 transitions to text and block elements.
925
- - Improved typography in a few places.
943
+ * Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
944
+ * Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
945
+ * Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
946
+ * Removed Chrome Frame references.
947
+ * Added global CSS3 transitions to text and block elements.
948
+ * Improved typography in a few places.
926
949
 
927
950
  ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
928
951
 
929
952
  ### Enhancements
930
953
 
931
- - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
954
+ * Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
932
955
 
933
956
  ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)