jekyll-theme-isabelline 0.1.12 → 0.1.13

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cebd5c12e46784ce417a19e46300bd5cbe1070cbe2586b9c659a100a27bcf68f
4
- data.tar.gz: bdc19b38ce199c3a0c9576397058a0b9e23a4c1e9c81d880ed17a93fbaeb556d
3
+ metadata.gz: cba5c2a54362ffd8b8dac4888c161e06ad732766d48720365815c69a4bc6acbd
4
+ data.tar.gz: a94d378565d3fb2e565d244929a8346df839829101822d82866ef1032b7fa4b1
5
5
  SHA512:
6
- metadata.gz: 11b262603b82ea6a78c29b946ed3bdf8a0ca2dd824d3fe9ff232c6d86633cc505a2477240b4c8e77e5b8a77dd67b1d71dbd94841a0b181815c858d711b122f5e
7
- data.tar.gz: bf90093f25ce8046a2396775951b2edcbf3b1ca182285987bd75ca5943b50ec92c88e5409b2e65b4032fe6efd1de9c6afa16959736aedca5e83d7cfa2f035abc
6
+ metadata.gz: 931d9c0ec484f23dae3623839bb69c99a862e6405ff7610f67a8620ccd0ed97a47f42e9bf0899173fa5d5ad6d9720a98c2f227cc9c016a0b2796c43e0b3e4ddc
7
+ data.tar.gz: 6033267ee238e7c7fd9fe512fdd3e5e6a4c7a52ea74aee672f66356764026c10d41751bc5a25972179a8180a4e5ae68282e8d747283cb1e095c667767b5d9911
@@ -0,0 +1 @@
1
+ <!-- placeholder for additional global nav items -->
@@ -10,6 +10,7 @@
10
10
  <li><a href="{{ site.baseurl | append: page.url }}">{{ page.title }}</a>
11
11
  {% endif %}
12
12
  {% endfor %}
13
+ {% include additional_glboal_nav.html %}
13
14
  </ul>
14
15
  </nav>
15
16
  </header>
data/index.html CHANGED
@@ -3,7 +3,11 @@ layout: base
3
3
  title: Home
4
4
  ---
5
5
 
6
- {% assign all_entries = site.blog | concat: site.posts | concat: site.links | concat: site.private | sort: "date" %}
6
+ {% if jekyll.environment == "local" %}
7
+ {% assign all_entries = site.blog | concat: site.posts | concat: site.links | concat: site.private | sort: "date" %}
8
+ {% else %}
9
+ {% assign all_entries = site.blog | concat: site.posts | concat: site.links | sort: "date" %}
10
+ {% endif %}
7
11
 
8
12
  <main>
9
13
  {% include post_index.html posts=all_entries %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-isabelline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rouslan Zenetl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-06 00:00:00.000000000 Z
11
+ date: 2019-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -54,6 +54,7 @@ files:
54
54
  - CHANGELOG.md
55
55
  - LICENSE.txt
56
56
  - README.md
57
+ - _includes/additional_glboal_nav.html
57
58
  - _includes/footer.html
58
59
  - _includes/google_analytics.html
59
60
  - _includes/head-meta.html