jekyll-theme-noesya 1.0.15 → 1.0.16

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: e83bbe3393dccb97c45a47ea82a3fafe15b90933a70a4899671496488da23c56
4
- data.tar.gz: d432e7a63db88d6b306691812f92d71d4d8f9099ef9ab93609ff5e7cfc594398
3
+ metadata.gz: caad8686bd9a5cc364a7bd5289b77ddd3c49eae1ba9981750170eb975e8d73ed
4
+ data.tar.gz: f4603b3adf1819a5236101d21f77ad8a048fceafb99e5437e49e9c3264bb6c74
5
5
  SHA512:
6
- metadata.gz: 454a94be8b2856188d7659062b2df0a76d6cbfe372b6a060b932057a0f7593203dcdd6e6b932bc97daa565725fb7d7e07de96bec069960b5e2f084f169ae0400
7
- data.tar.gz: 1626d661209dad6d79c109053af870df124c67c4fc1971ab24b2a747564eb792d8505150dcce26e5051ecc894a7c07dc586d6bf8a25a9fb443270b715fd56ae2
6
+ metadata.gz: 5455dbe2b153c8146477364c6ff590c13ef9836c0f6746f7c2730332e607ef330fef1257105933bb323bbe4e0bebc57bf983833f16231c2fa95b2da37241e520
7
+ data.tar.gz: 5dd532f3fc1db3dd59a3c8ead74f174828e8fd649ff1840385a7baed0271cdbeacdf36bdf0b2d506bdfeb0c89f2b683269cbc455d1fb52c74490faf6f03ef708
@@ -18,6 +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
22
  </main>
22
23
  {% include footer.html %}
23
24
 
data/_layouts/page.html CHANGED
@@ -7,6 +7,10 @@ class: page
7
7
  <h1>{{ page.title }}</h1>
8
8
  </header>
9
9
 
10
+ {% if page.sections %}
11
+ {% include sections-with-notes.html %}
12
+ {% endif %}
13
+
10
14
  {% if content != "" %}
11
15
  <section>
12
16
  {{ content }}
@@ -81,37 +81,3 @@
81
81
  a
82
82
  &:hover
83
83
  color: $primary
84
-
85
- main.index
86
- section
87
- li
88
- a
89
- &::after
90
- filter: invert(0)
91
- main.team
92
- p
93
- color: $secondary-reverse
94
-
95
- main.metier
96
- article
97
- p
98
- color: $secondary-reverse
99
-
100
- main.metier
101
- article
102
- p
103
- color: $secondary-reverse
104
- .is-menu-opened &
105
- color: $secondary
106
-
107
- main.member
108
- header+div
109
- background-color: $bg-secondary-color-reverse
110
- > section h2+p
111
- color: $secondary-on-gray-reverse
112
- @include media-breakpoint-up(md)
113
- .is-menu-opened &
114
- background-color: $bg-secondary-color
115
- span
116
- .is-menu-opened &
117
- color: $secondary
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.15
4
+ version: 1.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène