jekyll-lab-notebook 0.1.3 → 0.1.4

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/log.html +5 -5
  3. metadata +2 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ea9aece042cf6986ba0adf3967d14d1b9a50578
4
- data.tar.gz: 0f1a18ae83887cf682386b18213009283cdeaa20
3
+ metadata.gz: 23e11eaccbcb499bbb36ff720c8c0ac816213262
4
+ data.tar.gz: 6b3ea462c0a4783d0cdfdd4992c4a8163008a97f
5
5
  SHA512:
6
- metadata.gz: f754ab130d3d72b56ea51bd5fbef3042e9f92ea70dfc131df1232d32997f9f161a3e6a62fc7ac3b4f4159d60d724876e337964d7f58ed3ee5131db2331bad5e0
7
- data.tar.gz: 8f546e1dfc9e5649bd06cdd04ee9d6e5671ebb618a0aea64e483ec0066571f1f6f4e2fdb2bdf8a27a7717b75c15518c3f846c3739ef17da8eb484b1ddf940aa5
6
+ metadata.gz: 448718a0f4d8424d8d0ecf02f49ce6e960545a7eb51f9c2450fe45c69e49b3f08f8e6a45cbd84be7495b93bd8e863fd42135ec2befb728dfb7ca411242749507
7
+ data.tar.gz: 6ed74b769b548ea489954817dc15495c7b4d3f5982ce62553d5bde20fa21fdee3f71089aeabd7c8b5296d3a6800d9ededeede758faf62108730b4418bab50eb1
@@ -11,10 +11,10 @@ layout: default
11
11
  {% if page.next.url or page.previous.url %}
12
12
  <div class="postNav cf">
13
13
  {% if page.next.url %}
14
- <a class="next{% if page.next.image %} image{% endif %}" href="{{ page.next.url | prepend: site.baseurl }}"><span>{{ page.next.date | date: "%B %Y" }}&nbsp;&raquo;</span></a>
14
+ <a class="next" href="{{ page.next.url | prepend: site.baseurl }}"><span>{{ page.next.date | date: "%B %Y" }}&nbsp;&raquo;</span></a>
15
15
  {% endif %}
16
16
  {% if page.previous.url %}
17
- <a class="prev{% if page.previous.image %} image{% endif %}" href="{{ page.previous.url | prepend: site.baseurl }}"><span>&laquo;&nbsp;{{ page.previous.date | date: "%B %Y" }}</span></a>
17
+ <a class="prev" href="{{ page.previous.url | prepend: site.baseurl }}#bottomNav"><span>&laquo;&nbsp;{{ page.previous.date | date: "%B %Y" }}</span></a>
18
18
  {% endif %}
19
19
  </div>
20
20
  {% endif %}
@@ -29,12 +29,12 @@ layout: default
29
29
  </div>
30
30
 
31
31
  {% if page.next.url or page.previous.url %}
32
- <div class="postNav cf">
32
+ <div class="postNav cf" id="bottomNav">
33
33
  {% if page.next.url %}
34
- <a class="next{% if page.next.image %} image{% endif %}" href="{{ page.next.url | prepend: site.baseurl }}"><span>{{ page.next.date | date: "%B %Y" }}&nbsp;&raquo;</span></a>
34
+ <a class="next" href="{{ page.next.url | prepend: site.baseurl }}"><span>{{ page.next.date | date: "%B %Y" }}&nbsp;&raquo;</span></a>
35
35
  {% endif %}
36
36
  {% if page.previous.url %}
37
- <a class="prev{% if page.previous.image %} image{% endif %}" href="{{ page.previous.url | prepend: site.baseurl }}"><span>&laquo;&nbsp;{{ page.previous.date | date: "%B %Y" }}</span></a>
37
+ <a class="prev" href="{{ page.previous.url | prepend: site.baseurl }}#bottomNav"><span>&laquo;&nbsp;{{ page.previous.date | date: "%B %Y" }}</span></a>
38
38
  {% endif %}
39
39
  </div>
40
40
  {% endif %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-lab-notebook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tamas Nagy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-21 00:00:00.000000000 Z
11
+ date: 2017-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.5'
27
- - !ruby/object:Gem::Dependency
28
- name: jekyll-lab-notebook-plugins
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '0.1'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '0.1'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: bundler
43
29
  requirement: !ruby/object:Gem::Requirement