jekyll-paginate-content 1.0.0 → 1.0.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
  SHA1:
3
- metadata.gz: a811e6106880b97dfbc4382399a962be50f12f59
4
- data.tar.gz: 82e09910deaefa702a17abafe99767b4977e7896
3
+ metadata.gz: 8193492da30cca6ed01817af4d699e23342122de
4
+ data.tar.gz: 86ac1f58a1bd28b6602753133ad762a7d496ad86
5
5
  SHA512:
6
- metadata.gz: e6e7bc896f56d3feb47dac45c923889a6015dba7aee1e585db6733bfa890a8005b97833e744f31d56a7c634c909a927453f03f755283d9cd36093949483ea0c5
7
- data.tar.gz: 99564610e60faef9467cd7844b58ace12a8ddb5d8e4239caac1d67bfb73020252842174d4ed9387e43c53237a71eaab7d137a8c267e23613e84da4421d1a0c27
6
+ metadata.gz: f9fae88e8fe6aa414ad57157203ff47e69c257c176c1ea8f960874f9bc4bc8b25579405384e1cd7134d41537d49e4047a0285c21feb253afa1864c2b95478cf2
7
+ data.tar.gz: 1e7f5892aae3a0e3d3d821639d7cd7597e0a22b75fc45d9535847b650bef2f5239ce64af18c913db3e335cb6d7be538e26f1460de3668498acdfba146b38c539
data/README.md CHANGED
@@ -82,7 +82,7 @@ This goes into the bottom of all pages.
82
82
 
83
83
  [link]: #lorem
84
84
  ```
85
- [Live demo](https://ibrado.org/demos/jpc-3page-manual.md)
85
+ [Live demo](https://ibrado.org/demos/jpc-3page-manual)
86
86
 
87
87
  ### Automatic, with config overrides and mixed syntax
88
88
 
@@ -119,7 +119,7 @@ What did it do?
119
119
  </div>
120
120
  ```
121
121
 
122
- [Live demo](https://ibrado.org/demos/jpc-3page-auto.md)
122
+ [Live demo](https://ibrado.org/demos/jpc-3page-auto)
123
123
 
124
124
  See other [demos](#demos).
125
125
 
@@ -860,3 +860,4 @@ Everyone interacting in the Jekyll::Paginate::Content project's codebases, issue
860
860
  [Jekyll Stickyposts Plugin](https://github.com/ibrado/jekyll-stickyposts) - Move/pin posts tagged `sticky: true` before all others. Sorting on custom fields supported; collection and paginator friendly.
861
861
 
862
862
  [Jekyll Tweetsert Plugin](https://github.com/ibrado/jekyll-tweetsert) - Turn tweets into Jekyll posts. Multiple timelines, filters, hashtags, automatic category/tags, and more!
863
+
@@ -1,7 +1,7 @@
1
1
  module Jekyll
2
2
  module Paginate
3
3
  module Content
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-paginate-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Ibrado