minimal-mistakes-jekyll 4.0.8 → 4.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +657 -651
  3. data/_sass/_navigation.scss +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 595f34cc9efb63d927ba5a5d19f7b6f330b268ab
4
- data.tar.gz: 8572e3749f647b75e65d42731c23846598fae13e
3
+ metadata.gz: e80728f49df41c8595d74bd99e03f914d710d904
4
+ data.tar.gz: 47bc176cf149763f59473ec9522fdb7bf5995269
5
5
  SHA512:
6
- metadata.gz: fd6caa1a90b78f1ce704a96da20e53f315891ef25e57e6ff5ecd85aabdb44f548c2f9b7c140040a155ae58ef64a753ba455359acb2843358d37828a912181ae6
7
- data.tar.gz: 95164b4e1a80a523991408ee4d06d06c78b689dc58b4779fa07ee7d6ecbb2fef1d45db082c552354f53993c0714431b17a2ba15972e100fd94fde563500efc27
6
+ metadata.gz: 5b00b297bcd7b7234fc23b154682ea339e3e263eacbef596def5ff439f1ef2c56331def11ffd157c4b8887e30352340ca24000f22393625f6444458a53f2c1a2
7
+ data.tar.gz: 84ec4cad4dd1645a6670f635395025745267553cf09da7bd2c61a1f6faea41aeafddc9e2bbaf87a6d775fa769d84dc68548b269e66c67a063440cc4c7a9a6291
data/CHANGELOG.md CHANGED
@@ -1,651 +1,657 @@
1
- ## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)
2
-
3
- ### Bug Fixes
4
-
5
- - Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)
6
- - Adjust sidebar navigation list CSS so it collapses at the correct width.
7
-
8
- ### Maintenance
9
-
10
- - Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.
11
-
12
- ## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
13
-
14
- ### Enhancements
15
-
16
- - Add `!default` values to **_sass/_variables.scss**.
17
- - Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
18
-
19
- ### Bug Fixes
20
-
21
- - Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
22
-
23
- ### Maintenance
24
-
25
- - Reorganize SCSS partials in **assets/css/main.scss**
26
-
27
- ## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
28
-
29
- ### Enhancements
30
-
31
- - 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)
32
- - Add structured data markup for `itemprop="person"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)
33
-
34
- ### Bug Fixes
35
-
36
- - Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)
37
-
38
- ### Maintenance
39
-
40
- - Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
41
- - Add `rake preview` task for testing `/test` during theme development.
42
-
43
- ## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
44
-
45
- ### Enhancements
46
-
47
- - Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
48
- - Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
49
-
50
- ### Bug Fixes
51
-
52
- - Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
53
-
54
- ### Maintenance
55
-
56
- - Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
57
-
58
- ## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)
59
-
60
- ### Enhancements
61
-
62
- - "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
63
- - Replace `base_path` include with `absolute_url` filter where possible.
64
- - 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.**
65
- - Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
66
- - Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
67
- - Make author avatar optional in sidebar.
68
- - Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
69
-
70
- ### Bug Fixes
71
-
72
- - Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
73
- - Fix `author.avatar` paths for externally hosted images.
74
-
75
- ### Maintenance
76
-
77
- - Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
78
- - 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/`.
79
- - Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
80
-
81
- ## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
82
-
83
- ### Enhancements
84
-
85
- - Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
86
- - Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
87
- - Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
88
-
89
- ### Bug Fixes
90
-
91
- - Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
92
-
93
- ### Maintenance
94
-
95
- - Move Brazilian Portuguese localized text under `pt-BR` key.
96
-
97
- ## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
98
-
99
- ### Enhancements
100
-
101
- - Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
102
- - Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
103
-
104
- ### Bug Fixes
105
-
106
- - Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
107
-
108
- ## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
109
-
110
- ### Enhancements
111
-
112
- - Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
113
-
114
- ### Bug Fixes
115
-
116
- - Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
117
-
118
- ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
119
-
120
- ### Enhancements
121
-
122
- - Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
123
- - Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
124
-
125
- ### Bug Fixes
126
-
127
- - Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
128
-
129
- ### Maintenance
130
-
131
- - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
132
- - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
133
- - Add `{% highlight %}` code block examples to demo site.
134
- - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
135
-
136
- ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
137
-
138
- ### Enhancements
139
-
140
- - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
141
-
142
- ### Bug Fixes
143
-
144
- - Exclude `vendor` in Jekyll config file.
145
- - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
146
-
147
- ### Maintenance
148
-
149
- - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
150
-
151
- ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
152
-
153
- ### Enhancements
154
-
155
- - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
156
- - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
157
- - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
158
- - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
159
-
160
- ### Bug Fixes
161
-
162
- - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
163
-
164
- ### Maintenance
165
-
166
- - Add note to docs about using `url: http://localhost:4000` when working locally.
167
-
168
- ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
169
-
170
- ### Enhancements
171
-
172
- - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
173
-
174
- ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
175
-
176
- ### Enhancements
177
-
178
- - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
179
-
180
- ### Bug Fixes
181
-
182
- - Don't add `<a>` to author name if URL is blank.
183
-
184
- ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
185
-
186
- ### Enhancements
187
-
188
- - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
189
-
190
- ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
191
-
192
- ### Bug Fixes
193
-
194
- - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
195
-
196
- ### Enhancements
197
-
198
- - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
199
- - 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)
200
-
201
- ### Maintenance
202
-
203
- - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
204
- - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
205
-
206
- ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
207
-
208
- ### Bug Fixes
209
-
210
- - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
211
-
212
- ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
213
-
214
- ### Enhancements
215
-
216
- - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
217
- - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
218
- - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
219
-
220
- ### Maintenance
221
-
222
- - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
223
- - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
224
- - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
225
- - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
226
-
227
- ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
228
-
229
- ### Enhancements
230
-
231
- - 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)
232
- - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
233
-
234
- ### Maintenance
235
-
236
- - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
237
-
238
- ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
239
-
240
- ### Enhancements
241
-
242
- - Make footer stick to the bottom of the page.
243
-
244
- ### Bug Fixes
245
-
246
- - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
247
-
248
- ### Maintenance
249
-
250
- - Set default `lang` to `en`.
251
-
252
- ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
253
-
254
- ### Bug Fixes
255
-
256
- - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
257
-
258
- ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
259
-
260
- ### Enhancements
261
-
262
- - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
263
- - 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)
264
- - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
265
-
266
- ### Maintenance
267
-
268
- - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
269
- - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
270
-
271
- ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
272
-
273
- ### Enhancements
274
-
275
- - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
276
- - Switch default locale from `en-US` to `en`.
277
-
278
- ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
279
-
280
- ### Enhancements
281
-
282
- - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
283
-
284
- ### Bug Fixes
285
-
286
- - 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)
287
-
288
- ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
289
-
290
- ### Bug Fixes
291
-
292
- - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
293
-
294
- ### Maintenance
295
-
296
- - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
297
- - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
298
- - Update Font Awesome 4.6.3
299
-
300
- ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
301
-
302
- ### Maintenance
303
-
304
- - Add `CONTRIBUTING.md`
305
-
306
- ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
307
-
308
- ### Enhancements
309
-
310
- - 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)
311
-
312
- ### Bug Fixes
313
-
314
- - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
315
-
316
- ### Maintenance
317
-
318
- - Update `github-pages` gem and dependencies.
319
- - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
320
-
321
- ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
322
-
323
- ### Bug Fixes
324
-
325
- - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
326
-
327
- ### Maintenance
328
-
329
- - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
330
-
331
- ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
332
-
333
- ### Enhancements
334
-
335
- - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
336
-
337
- ### Bug Fixes
338
-
339
- - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
340
-
341
- ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
342
-
343
- ### Bug Fixes
344
-
345
- - 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)
346
-
347
- ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
348
-
349
- ### Bug Fixes
350
-
351
- - Fix link color in hero overlay to be white.
352
- - Remove underlines from archive item titles.
353
-
354
- ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
355
-
356
- ### Enhancements
357
-
358
- - 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)
359
- - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
360
-
361
- ### Bug Fixes
362
-
363
- - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
364
-
365
- ### Maintenance
366
-
367
- - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
368
- - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
369
- - Update screenshots found in theme documentation.
370
-
371
- ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
372
-
373
- ### Enhancements
374
-
375
- - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
376
-
377
- ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
378
-
379
- ### Enhancements
380
-
381
- - 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)
382
-
383
- ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
384
-
385
- ### Bug Fixes
386
-
387
- - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
388
-
389
- ### Maintenance
390
-
391
- - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
392
-
393
- ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
394
-
395
- ### Bug Fixes
396
-
397
- - 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)
398
-
399
- ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
400
-
401
- ### Bug Fixes
402
-
403
- - 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)
404
-
405
- ### Maintenance
406
-
407
- - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
408
-
409
- - 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)
410
-
411
- ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
412
-
413
- ### Enhancements
414
-
415
- - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
416
-
417
- ### Maintenance
418
-
419
- - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
420
-
421
- ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
422
-
423
- ### Maintenance
424
-
425
- - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
426
-
427
- ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
428
-
429
- ### Maintenance
430
-
431
- - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
432
-
433
- ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
434
-
435
- ### Enhancements
436
-
437
- - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
438
-
439
- ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
440
-
441
- ### Enhancements
442
-
443
- - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
444
- - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
445
-
446
- ### Bug Fixes
447
-
448
- - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
449
- - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
450
- - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
451
- - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
452
- - 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)
453
-
454
- ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
455
-
456
- ### Enhancements
457
-
458
- - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
459
- - Reduce left/right padding on smaller screens to increase width of main content column.
460
-
461
- ### Bug Fixes
462
-
463
- - 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).
464
-
465
- ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
466
-
467
- ### Bug Fix
468
-
469
- - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
470
-
471
- ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
472
-
473
- ### Enhancements
474
-
475
- - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
476
- - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
477
-
478
- ### Bug Fixes
479
- - Fixed Bitbucket URL typo in author sidebar.
480
-
481
- ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
482
-
483
- ### Enhancements
484
-
485
- - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
486
- - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
487
- - Replaced grid system with [Susy](http://susy.oddbird.net/).
488
- - Replaced Grunt tasks with `npm` scripts.
489
- - 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)
490
- - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
491
- - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
492
- - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
493
- - 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.
494
- - Added taxonomy links to posts (tags and categories).
495
- - Added optional "reading time" meta data.
496
- - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
497
- - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
498
- - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
499
- - Add `feed.xml` link to footer.
500
- - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
501
- - Added LinkedIn to optional social share buttons.
502
- - Added Facebook, Google+, and custom commenting options in addition to Disqus.
503
- - Added optional breadcrumb links.
504
-
505
- ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
506
-
507
- ## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
508
-
509
- ### Enhancements
510
-
511
- - Add support for Jekyll 3.0
512
- - Minor updates to syntax highlighting CSS and theme documentation
513
-
514
- ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
515
-
516
- ### Enhancements
517
-
518
- - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
519
-
520
- ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
521
-
522
- ### Enhancements
523
-
524
- - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
525
- - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
526
- - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
527
-
528
- ### Bug Fixes
529
-
530
- - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
531
- - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
532
-
533
- ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
534
-
535
- ### Enhancements
536
-
537
- - Add optional XING profile link to author sidebar
538
- - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
539
- - Create an include for feed footer
540
-
541
- ### Bug Fixes
542
-
543
- - Remove http protocol from Google search form on sample 404 page
544
- - Only show related posts if there are one or more available
545
- - Fix alignment of email address link in author sidebar
546
-
547
- ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
548
-
549
- ### Enhancements
550
-
551
- - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
552
-
553
- ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
554
-
555
- - 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.
556
- - Fix typos in posts and documentation and remove references to Less
557
- - Include note about Octopress gem being optional
558
- - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
559
- - Only include email address in feed if specified in `_config.yml` or author `_data`
560
- - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
561
- - Include new sample feature images for posts and pages
562
- - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
563
- - Include note about running Jekyll with `bundle exec` when using Bundler
564
- - Fix home page path in top navigation
565
- - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
566
- - Remove duplicate author content that displayed in `div.article-author-bottom`
567
- - Removed unused `_sass/print.scss` styles
568
- - Improve comments in `.scss` files
569
-
570
- ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
571
-
572
- ## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
573
-
574
- ### Enhancements
575
-
576
- - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
577
- - Cleaned up the Kramdown auto table of contents styling to be more readable
578
- - Removed page width specific .less stylesheets and created mixins for easier updating
579
- - Removed Modernizr since it wasn't being used
580
- - Added pages to sitemap.xml
581
- - Added category: to rake new_post task
582
- - Minor typographic changes
583
-
584
- ### Bug Fixes
585
-
586
- - Corrected various broken links in README and Theme Setup.
587
-
588
- ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
589
-
590
- ### Enhancements
591
-
592
- - Cleaned up table of contents styling
593
- - 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.
594
-
595
- ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
596
-
597
- ## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
598
-
599
- ### Bug Fixes
600
-
601
- - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
602
-
603
- ### Enhancements
604
-
605
- - Decreased spacing between Markdown footnotes
606
- - Removed dark background on footer
607
- - Removed UPPERCASE styling on post titles in the index listing
608
-
609
- ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
610
-
611
- ### Bug Fixes
612
-
613
- - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
614
-
615
- ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
616
-
617
- ### Bug Fixes
618
-
619
- - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
620
- - Remove line wrap from top navigation links that may span multiple lines.
621
-
622
- ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
623
-
624
- ### Enhancements
625
-
626
- - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
627
- - Added support for large image summary Twitter card.
628
- - Stylesheet adjustments
629
-
630
- ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
631
-
632
- ### Bug Fixes
633
-
634
- - 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.
635
-
636
- ### Enhancements
637
-
638
- - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
639
- - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
640
- - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
641
- - Removed Chrome Frame references.
642
- - Added global CSS3 transitions to text and block elements.
643
- - Improved typography in a few places.
644
-
645
- ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
646
-
647
- ### Enhancements
648
-
649
- - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
650
-
651
- ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)
1
+ ## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)
2
+
3
+ ### Bug Fixes
4
+
5
+ - Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)
6
+
7
+ ## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)
8
+
9
+ ### Bug Fixes
10
+
11
+ - Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)
12
+ - Adjust sidebar navigation list CSS so it collapses at the correct width.
13
+
14
+ ### Maintenance
15
+
16
+ - Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.
17
+
18
+ ## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
19
+
20
+ ### Enhancements
21
+
22
+ - Add `!default` values to **_sass/_variables.scss**.
23
+ - Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
24
+
25
+ ### Bug Fixes
26
+
27
+ - Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
28
+
29
+ ### Maintenance
30
+
31
+ - Reorganize SCSS partials in **assets/css/main.scss**
32
+
33
+ ## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
34
+
35
+ ### Enhancements
36
+
37
+ - 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)
38
+ - Add structured data markup for `itemprop="person"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)
39
+
40
+ ### Bug Fixes
41
+
42
+ - Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)
43
+
44
+ ### Maintenance
45
+
46
+ - Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
47
+ - Add `rake preview` task for testing `/test` during theme development.
48
+
49
+ ## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
50
+
51
+ ### Enhancements
52
+
53
+ - Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
54
+ - Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
55
+
56
+ ### Bug Fixes
57
+
58
+ - Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
59
+
60
+ ### Maintenance
61
+
62
+ - Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
63
+
64
+ ## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)
65
+
66
+ ### Enhancements
67
+
68
+ - "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
69
+ - Replace `base_path` include with `absolute_url` filter where possible.
70
+ - 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.**
71
+ - Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
72
+ - Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
73
+ - Make author avatar optional in sidebar.
74
+ - Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
75
+
76
+ ### Bug Fixes
77
+
78
+ - Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
79
+ - Fix `author.avatar` paths for externally hosted images.
80
+
81
+ ### Maintenance
82
+
83
+ - Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
84
+ - 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/`.
85
+ - Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
86
+
87
+ ## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
88
+
89
+ ### Enhancements
90
+
91
+ - Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
92
+ - Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
93
+ - Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
94
+
95
+ ### Bug Fixes
96
+
97
+ - Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
98
+
99
+ ### Maintenance
100
+
101
+ - Move Brazilian Portuguese localized text under `pt-BR` key.
102
+
103
+ ## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
104
+
105
+ ### Enhancements
106
+
107
+ - Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
108
+ - Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
109
+
110
+ ### Bug Fixes
111
+
112
+ - Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
113
+
114
+ ## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
115
+
116
+ ### Enhancements
117
+
118
+ - Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
119
+
120
+ ### Bug Fixes
121
+
122
+ - Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
123
+
124
+ ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
125
+
126
+ ### Enhancements
127
+
128
+ - Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
129
+ - Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
130
+
131
+ ### Bug Fixes
132
+
133
+ - Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
134
+
135
+ ### Maintenance
136
+
137
+ - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
138
+ - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
139
+ - Add `{% highlight %}` code block examples to demo site.
140
+ - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
141
+
142
+ ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
143
+
144
+ ### Enhancements
145
+
146
+ - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
147
+
148
+ ### Bug Fixes
149
+
150
+ - Exclude `vendor` in Jekyll config file.
151
+ - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
152
+
153
+ ### Maintenance
154
+
155
+ - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
156
+
157
+ ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
158
+
159
+ ### Enhancements
160
+
161
+ - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
162
+ - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
163
+ - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
164
+ - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
165
+
166
+ ### Bug Fixes
167
+
168
+ - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
169
+
170
+ ### Maintenance
171
+
172
+ - Add note to docs about using `url: http://localhost:4000` when working locally.
173
+
174
+ ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
175
+
176
+ ### Enhancements
177
+
178
+ - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
179
+
180
+ ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
181
+
182
+ ### Enhancements
183
+
184
+ - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
185
+
186
+ ### Bug Fixes
187
+
188
+ - Don't add `<a>` to author name if URL is blank.
189
+
190
+ ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
191
+
192
+ ### Enhancements
193
+
194
+ - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
195
+
196
+ ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
197
+
198
+ ### Bug Fixes
199
+
200
+ - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
201
+
202
+ ### Enhancements
203
+
204
+ - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
205
+ - 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)
206
+
207
+ ### Maintenance
208
+
209
+ - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
210
+ - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
211
+
212
+ ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
213
+
214
+ ### Bug Fixes
215
+
216
+ - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
217
+
218
+ ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
219
+
220
+ ### Enhancements
221
+
222
+ - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
223
+ - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
224
+ - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
225
+
226
+ ### Maintenance
227
+
228
+ - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
229
+ - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
230
+ - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
231
+ - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
232
+
233
+ ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
234
+
235
+ ### Enhancements
236
+
237
+ - 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)
238
+ - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
239
+
240
+ ### Maintenance
241
+
242
+ - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
243
+
244
+ ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
245
+
246
+ ### Enhancements
247
+
248
+ - Make footer stick to the bottom of the page.
249
+
250
+ ### Bug Fixes
251
+
252
+ - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
253
+
254
+ ### Maintenance
255
+
256
+ - Set default `lang` to `en`.
257
+
258
+ ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
259
+
260
+ ### Bug Fixes
261
+
262
+ - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
263
+
264
+ ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
265
+
266
+ ### Enhancements
267
+
268
+ - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
269
+ - 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)
270
+ - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
271
+
272
+ ### Maintenance
273
+
274
+ - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
275
+ - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
276
+
277
+ ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
278
+
279
+ ### Enhancements
280
+
281
+ - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
282
+ - Switch default locale from `en-US` to `en`.
283
+
284
+ ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
285
+
286
+ ### Enhancements
287
+
288
+ - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
289
+
290
+ ### Bug Fixes
291
+
292
+ - 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)
293
+
294
+ ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
295
+
296
+ ### Bug Fixes
297
+
298
+ - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
299
+
300
+ ### Maintenance
301
+
302
+ - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
303
+ - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
304
+ - Update Font Awesome 4.6.3
305
+
306
+ ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
307
+
308
+ ### Maintenance
309
+
310
+ - Add `CONTRIBUTING.md`
311
+
312
+ ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
313
+
314
+ ### Enhancements
315
+
316
+ - 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)
317
+
318
+ ### Bug Fixes
319
+
320
+ - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
321
+
322
+ ### Maintenance
323
+
324
+ - Update `github-pages` gem and dependencies.
325
+ - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
326
+
327
+ ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
328
+
329
+ ### Bug Fixes
330
+
331
+ - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
332
+
333
+ ### Maintenance
334
+
335
+ - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
336
+
337
+ ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
338
+
339
+ ### Enhancements
340
+
341
+ - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
342
+
343
+ ### Bug Fixes
344
+
345
+ - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
346
+
347
+ ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
348
+
349
+ ### Bug Fixes
350
+
351
+ - 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)
352
+
353
+ ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
354
+
355
+ ### Bug Fixes
356
+
357
+ - Fix link color in hero overlay to be white.
358
+ - Remove underlines from archive item titles.
359
+
360
+ ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
361
+
362
+ ### Enhancements
363
+
364
+ - 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)
365
+ - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
366
+
367
+ ### Bug Fixes
368
+
369
+ - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
370
+
371
+ ### Maintenance
372
+
373
+ - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
374
+ - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
375
+ - Update screenshots found in theme documentation.
376
+
377
+ ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
378
+
379
+ ### Enhancements
380
+
381
+ - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
382
+
383
+ ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
384
+
385
+ ### Enhancements
386
+
387
+ - 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)
388
+
389
+ ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
390
+
391
+ ### Bug Fixes
392
+
393
+ - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
394
+
395
+ ### Maintenance
396
+
397
+ - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
398
+
399
+ ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
400
+
401
+ ### Bug Fixes
402
+
403
+ - 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)
404
+
405
+ ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
406
+
407
+ ### Bug Fixes
408
+
409
+ - 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)
410
+
411
+ ### Maintenance
412
+
413
+ - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
414
+
415
+ - 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)
416
+
417
+ ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
418
+
419
+ ### Enhancements
420
+
421
+ - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
422
+
423
+ ### Maintenance
424
+
425
+ - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
426
+
427
+ ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
428
+
429
+ ### Maintenance
430
+
431
+ - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
432
+
433
+ ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
434
+
435
+ ### Maintenance
436
+
437
+ - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
438
+
439
+ ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
440
+
441
+ ### Enhancements
442
+
443
+ - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
444
+
445
+ ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
446
+
447
+ ### Enhancements
448
+
449
+ - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
450
+ - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
451
+
452
+ ### Bug Fixes
453
+
454
+ - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
455
+ - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
456
+ - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
457
+ - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
458
+ - 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)
459
+
460
+ ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
461
+
462
+ ### Enhancements
463
+
464
+ - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
465
+ - Reduce left/right padding on smaller screens to increase width of main content column.
466
+
467
+ ### Bug Fixes
468
+
469
+ - 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).
470
+
471
+ ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
472
+
473
+ ### Bug Fix
474
+
475
+ - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
476
+
477
+ ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
478
+
479
+ ### Enhancements
480
+
481
+ - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
482
+ - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
483
+
484
+ ### Bug Fixes
485
+ - Fixed Bitbucket URL typo in author sidebar.
486
+
487
+ ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
488
+
489
+ ### Enhancements
490
+
491
+ - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
492
+ - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
493
+ - Replaced grid system with [Susy](http://susy.oddbird.net/).
494
+ - Replaced Grunt tasks with `npm` scripts.
495
+ - 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)
496
+ - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
497
+ - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
498
+ - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
499
+ - 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.
500
+ - Added taxonomy links to posts (tags and categories).
501
+ - Added optional "reading time" meta data.
502
+ - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
503
+ - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
504
+ - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
505
+ - Add `feed.xml` link to footer.
506
+ - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
507
+ - Added LinkedIn to optional social share buttons.
508
+ - Added Facebook, Google+, and custom commenting options in addition to Disqus.
509
+ - Added optional breadcrumb links.
510
+
511
+ ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
512
+
513
+ ## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
514
+
515
+ ### Enhancements
516
+
517
+ - Add support for Jekyll 3.0
518
+ - Minor updates to syntax highlighting CSS and theme documentation
519
+
520
+ ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
521
+
522
+ ### Enhancements
523
+
524
+ - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
525
+
526
+ ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
527
+
528
+ ### Enhancements
529
+
530
+ - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
531
+ - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
532
+ - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
533
+
534
+ ### Bug Fixes
535
+
536
+ - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
537
+ - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
538
+
539
+ ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
540
+
541
+ ### Enhancements
542
+
543
+ - Add optional XING profile link to author sidebar
544
+ - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
545
+ - Create an include for feed footer
546
+
547
+ ### Bug Fixes
548
+
549
+ - Remove http protocol from Google search form on sample 404 page
550
+ - Only show related posts if there are one or more available
551
+ - Fix alignment of email address link in author sidebar
552
+
553
+ ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
554
+
555
+ ### Enhancements
556
+
557
+ - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
558
+
559
+ ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
560
+
561
+ - 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.
562
+ - Fix typos in posts and documentation and remove references to Less
563
+ - Include note about Octopress gem being optional
564
+ - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
565
+ - Only include email address in feed if specified in `_config.yml` or author `_data`
566
+ - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
567
+ - Include new sample feature images for posts and pages
568
+ - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
569
+ - Include note about running Jekyll with `bundle exec` when using Bundler
570
+ - Fix home page path in top navigation
571
+ - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
572
+ - Remove duplicate author content that displayed in `div.article-author-bottom`
573
+ - Removed unused `_sass/print.scss` styles
574
+ - Improve comments in `.scss` files
575
+
576
+ ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
577
+
578
+ ## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
579
+
580
+ ### Enhancements
581
+
582
+ - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
583
+ - Cleaned up the Kramdown auto table of contents styling to be more readable
584
+ - Removed page width specific .less stylesheets and created mixins for easier updating
585
+ - Removed Modernizr since it wasn't being used
586
+ - Added pages to sitemap.xml
587
+ - Added category: to rake new_post task
588
+ - Minor typographic changes
589
+
590
+ ### Bug Fixes
591
+
592
+ - Corrected various broken links in README and Theme Setup.
593
+
594
+ ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
595
+
596
+ ### Enhancements
597
+
598
+ - Cleaned up table of contents styling
599
+ - 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.
600
+
601
+ ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
602
+
603
+ ## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
604
+
605
+ ### Bug Fixes
606
+
607
+ - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
608
+
609
+ ### Enhancements
610
+
611
+ - Decreased spacing between Markdown footnotes
612
+ - Removed dark background on footer
613
+ - Removed UPPERCASE styling on post titles in the index listing
614
+
615
+ ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
616
+
617
+ ### Bug Fixes
618
+
619
+ - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
620
+
621
+ ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
622
+
623
+ ### Bug Fixes
624
+
625
+ - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
626
+ - Remove line wrap from top navigation links that may span multiple lines.
627
+
628
+ ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
629
+
630
+ ### Enhancements
631
+
632
+ - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
633
+ - Added support for large image summary Twitter card.
634
+ - Stylesheet adjustments
635
+
636
+ ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
637
+
638
+ ### Bug Fixes
639
+
640
+ - 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.
641
+
642
+ ### Enhancements
643
+
644
+ - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
645
+ - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
646
+ - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
647
+ - Removed Chrome Frame references.
648
+ - Added global CSS3 transitions to text and block elements.
649
+ - Improved typography in a few places.
650
+
651
+ ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
652
+
653
+ ### Enhancements
654
+
655
+ - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
656
+
657
+ ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)