jekyll-theme-noesya 1.0.29 → 1.0.30
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/js/menu-burger.js +1 -1
- data/_includes/navigation-between-pages.html +2 -2
- data/_layouts/default.html +1 -1
- data/_sass/commons/darkmode.sass +2 -1
- data/_sass/commons/footer.sass +3 -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: 6dfdbb0ba832dd49cb90a23cac4ce3b168bc8ade96e86dce7b495653b9311367
|
|
4
|
+
data.tar.gz: 647cf40520b1427288f055b8f904b7d709d95132c268e460d2590befdc815e77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1b9bf35368b54a4bb6f2f8c935b63239632c7b970731889eb8dfff77527cc7b6b643338aa14a9a4f65ecb233e852319ff8bbd30dede8dc3f4d9343123790e28
|
|
7
|
+
data.tar.gz: 0ddce5d62178625b1f5d8889fb86ecca0600dae775dd57c4cb80704c644967f2eca6e553bee16d9cac251e3b82f40f8ef0a88f4906bdf5b0adab45f36861fa8d
|
data/_includes/js/menu-burger.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
{% if page.nav %}
|
|
4
4
|
{% assign previous = page.nav.previous %}
|
|
5
5
|
{% assign next = page.nav.next %}
|
|
6
|
-
{% elsif
|
|
6
|
+
{% elsif page.nav_auto %}
|
|
7
7
|
{% assign collection = site[page.collection] %}
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
{% for item in collection %}
|
|
10
10
|
{% if item.title == page.title %}
|
|
11
11
|
{% unless forloop.first %}
|
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 %}
|
|
22
22
|
</main>
|
|
23
23
|
{% include footer.html %}
|
|
24
24
|
|
data/_sass/commons/darkmode.sass
CHANGED
data/_sass/commons/footer.sass
CHANGED
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.30
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sébastien Moulène
|
|
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
158
|
version: '0'
|
|
159
159
|
requirements: []
|
|
160
|
-
rubygems_version: 3.1.
|
|
160
|
+
rubygems_version: 3.1.4
|
|
161
161
|
signing_key:
|
|
162
162
|
specification_version: 4
|
|
163
163
|
summary: Noesya theme for Jekyll.
|