~xdavidwu/xdavidwu.link

667cce089b3dbde4ce99c65e219e3f2bf47de94f — Michael Rose 4 years ago 2725b22
Release 4.16.6 💎
M CHANGELOG.md => CHANGELOG.md +1 -1
@@ 1,4 1,4 @@
## Unreleased
## [4.16.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.6)

### Enhancements


M README.md => README.md +1 -1
@@ 126,7 126,7 @@ To install:
   bundle
   ```

4. Add `remote_theme: "mmistakes/minimal-mistakes@4.16.5"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.16.6"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.

**Looking for an example?** Fork the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter) for the quickest method of getting a GitHub Pages hosted site up and running. Replace sample content with your own and configure as needed.


M _layouts/default.html => _layouts/default.html +1 -1
@@ 3,7 3,7 @@

<!doctype html>
<!--
  Minimal Mistakes Jekyll Theme 4.16.5 by Michael Rose
  Minimal Mistakes Jekyll Theme 4.16.6 by Michael Rose
  Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
  Free for personal and commercial use under the MIT license
  https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

M _sass/minimal-mistakes.scss => _sass/minimal-mistakes.scss +1 -1
@@ 1,5 1,5 @@
/*!
 * Minimal Mistakes Jekyll Theme 4.16.5 by Michael Rose
 * Minimal Mistakes Jekyll Theme 4.16.6 by Michael Rose
 * Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
 * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
*/

M assets/js/main.min.js => assets/js/main.min.js +1 -1
@@ 1,5 1,5 @@
/*!
 * Minimal Mistakes Jekyll Theme 4.16.5 by Michael Rose
 * Minimal Mistakes Jekyll Theme 4.16.6 by Michael Rose
 * Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
 * Licensed under MIT
 */

M minimal-mistakes-jekyll.gemspec => minimal-mistakes-jekyll.gemspec +1 -1
@@ 2,7 2,7 @@

Gem::Specification.new do |spec|
  spec.name                    = "minimal-mistakes-jekyll"
  spec.version                 = "4.16.5"
  spec.version                 = "4.16.6"
  spec.authors                 = ["Michael Rose"]

  spec.summary                 = %q{A flexible two-column Jekyll theme.}

M package-lock.json => package-lock.json +1 -1
@@ 1,6 1,6 @@
{
  "name": "minimal-mistakes",
  "version": "4.16.5",
  "version": "4.16.6",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {

M package.json => package.json +1 -1
@@ 1,6 1,6 @@
{
  "name": "minimal-mistakes",
  "version": "4.16.5",
  "version": "4.16.6",
  "description": "Minimal Mistakes 2 column Jekyll theme.",
  "repository": {
    "type": "git",