jekyll-theme-noesya 1.0.23 → 1.0.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24f7b5480fdb6a5b7369ac032b3963f3d26713366085e1b78226b96f5353b6d2
|
4
|
+
data.tar.gz: c45257bdaeb4af1d417278ca016d37c36276e44b8e7c698277bb1834fd6c5157
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89a2cc7f8ad61569fbe9dc2395e6b9d6ed92316337b038e43a8b49c30f1333ff30fd524680f949d2f45361df3666db7c57c2334fe255fde7bae2876f9b5acc2f
|
7
|
+
data.tar.gz: 3747284128a48156755bc01701919ff6dde6af8207cbd1f1f1d03fa3591a8cde6ad9b53e6fe25bd142358e384025ee7c382630848c35fcf640c1375e6b5bb702
|
data/_layouts/default.html
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
{% include header.html %}
|
19
19
|
<main aria-label="Content" class="{{ page.class | default: layout.class }}">
|
20
20
|
{{ content }}
|
21
|
-
{% include navigation-between-pages.html %}
|
21
|
+
{% include navigation-between-pages.html auto=page.auto_navigation %}
|
22
22
|
</main>
|
23
23
|
{% include footer.html %}
|
24
24
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-noesya
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sébastien Moulène
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-11-
|
13
|
+
date: 2021-11-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: jekyll
|