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 +4 -4
- data/_includes/additional_glboal_nav.html +1 -0
- data/_includes/header.html +1 -0
- data/index.html +5 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cba5c2a54362ffd8b8dac4888c161e06ad732766d48720365815c69a4bc6acbd
|
4
|
+
data.tar.gz: a94d378565d3fb2e565d244929a8346df839829101822d82866ef1032b7fa4b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 931d9c0ec484f23dae3623839bb69c99a862e6405ff7610f67a8620ccd0ed97a47f42e9bf0899173fa5d5ad6d9720a98c2f227cc9c016a0b2796c43e0b3e4ddc
|
7
|
+
data.tar.gz: 6033267ee238e7c7fd9fe512fdd3e5e6a4c7a52ea74aee672f66356764026c10d41751bc5a25972179a8180a4e5ae68282e8d747283cb1e095c667767b5d9911
|
@@ -0,0 +1 @@
|
|
1
|
+
<!-- placeholder for additional global nav items -->
|
data/_includes/header.html
CHANGED
data/index.html
CHANGED
@@ -3,7 +3,11 @@ layout: base
|
|
3
3
|
title: Home
|
4
4
|
---
|
5
5
|
|
6
|
-
{%
|
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.
|
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-
|
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
|