minimal-mistakes-jekyll 4.18.0 → 4.18.1

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
  SHA256:
3
- metadata.gz: df8ffb0894edf6bd033bd37888b4d41a418f571f90ef157b11e6f8b7da4e49e6
4
- data.tar.gz: 21bc8a33c7b823ef3c105cbfbdd52290859fc178def606a4da70a4cb663dc0d3
3
+ metadata.gz: c3b77658df40467db5638be5dcf6f4e3079296c64b3c7a90c7b3026ee8539693
4
+ data.tar.gz: 1f1660e944a85ad39339af427cb545c997d9f8419dce1480eede9849a8a7a8e6
5
5
  SHA512:
6
- metadata.gz: 76c33120fe07311ef63cd63a8581786215b61dfc20b4eaedd6009979eeb410907da99df0e5bb87d95a838ebe5ee40e936942c7116c8be0b6aa35a47e07eb25e0
7
- data.tar.gz: 89453a476baaecb3616cf043c516760c4b6eb3d51f1503a1a6b49b14bc0da66c2f80fb62482a6bb0fa37123af9e0dcb45bc415db722b9f86bf9a429a07fe9a84
6
+ metadata.gz: ccb2bd569ba7577980949a8e909ac5db016e2a81585590edd95cc536feb7290a096976e0cf5e31a6bf535aa5456ff860d4127e89108424abb623a5e0f2f941ea
7
+ data.tar.gz: e7bc5b4b1e2ad679bd1333917d883840e2ca47d7cb79172f37f26065eda76a02900104487a1cfdc7ed6e417ab43ccc2331a53d76a85dd734b2bd8bf36132e36a
@@ -1,3 +1,9 @@
1
+ ## [4.18.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.1)
2
+
3
+ ### Bug Fixes
4
+
5
+ - Fix compatibility issue with jekyll-paginate-v2. [#2381](https://github.com/mmistakes/minimal-mistakes/pull/2381)
6
+
1
7
  ## [4.18.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.0)
2
8
 
3
9
  ### Enhancements
data/README.md CHANGED
@@ -126,7 +126,7 @@ To install:
126
126
  bundle
127
127
  ```
128
128
 
129
- 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.18.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
129
+ 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.18.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
130
130
 
131
131
  **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.
132
132
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  <!doctype html>
5
5
  <!--
6
- Minimal Mistakes Jekyll Theme 4.18.0 by Michael Rose
6
+ Minimal Mistakes Jekyll Theme 4.18.1 by Michael Rose
7
7
  Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
8
8
  Free for personal and commercial use under the MIT license
9
9
  https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
@@ -6,7 +6,7 @@ layout: archive
6
6
 
7
7
  <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
8
8
 
9
- {% if site.paginate %}
9
+ {% if paginator %}
10
10
  {% assign posts = paginator.posts %}
11
11
  {% else %}
12
12
  {% assign posts = site.posts %}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.18.0 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.18.1 by Michael Rose
3
3
  * Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.18.0 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.18.1 by Michael Rose
3
3
  * Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Licensed under MIT
5
5
  */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-mistakes-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.18.0
4
+ version: 4.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rose