jekyll-theme-cheap 0.1.2 → 0.1.3

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/README.md +2 -0
  3. data/_layouts/post.html +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1962e49bcb2529950380669c93b3d894068aa9de
4
- data.tar.gz: 48b827592c1d22bdb17dbe275f2e46c7c0a5a9ff
3
+ metadata.gz: e2e1a020d25b87828b967460577d736d046e944f
4
+ data.tar.gz: 434e7558170fa997e22040a33972b421a92259f5
5
5
  SHA512:
6
- metadata.gz: 4fb79d765e60d42c0f60eb7d0306c1b2ffe3554cc0aa49c0bc322531094708f3d57ebc13d678a29424dd8c767f90db847a92575b6567fcc92e6ad71545d392a2
7
- data.tar.gz: bfecf7dd40b14dfb1b7ec1e8ff01a652d42b96fb8cd4c420fced83d8cfc27f4db37381090fd9ab6bd53fb95869a718d4fc39ce52aedf249547b843f7450c5967
6
+ metadata.gz: 476296d1cd4eae81f8c4b2885bfc975ebb92901cd94193e8b845eb91ab5125f6b93f896f925831213fba0d9641da4f1e640c6e9aa4f910f20247379c8148be06
7
+ data.tar.gz: 54e802f3be6f1398a386f5280aa380010f6dfae1502801b28b461849ab089b85320b77e3b0fc99c54b2813fe0cc009da04b393da49155ac0d7be1110c9098af0
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # jekyll-theme-cheap
2
2
 
3
+ [![Build Status](https://travis-ci.org/itooww/jekyll-theme-cheap.svg?branch=master)](https://travis-ci.org/itooww/jekyll-theme-cheap)
4
+
3
5
  this is cheap jekyll theme.
4
6
 
5
7
  ## Installation
@@ -18,7 +18,7 @@ layout: default
18
18
  disabled
19
19
  {% endif %}
20
20
  "
21
- href="{% if page.previous != nil %}{{ page.previous }}{% endif %}"
21
+ href="{% if page.previous != nil %}{{ page.previous_page_path }}{% endif %}"
22
22
  >
23
23
  <span class="glyphicon glyphicon-arrow-left"></span>
24
24
  PREV
@@ -29,7 +29,7 @@ layout: default
29
29
  </a>
30
30
  <a
31
31
  class="btn btn-primary {% if page.next != nil %}disabled{% endif %}"
32
- href="{% if page.next != nil %}{{ page.next }}{% endif %}"
32
+ href="{% if page.next != nil %}{{ page.next_page_path }}{% endif %}"
33
33
  >
34
34
  NEXT
35
35
  <span class="glyphicon glyphicon-arrow-right"></span>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-cheap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - itooww