jekyll-theme-noesya 1.1.10 → 1.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +3 -3
- data/_includes/nav/aorg.html +3 -0
- metadata +5 -3
- data/_includes/nav/bcorp.html +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aca61e46bb47d4d639e17e647258735b34cda23ea5b4998accf4befcab36e70b
|
4
|
+
data.tar.gz: 208369c66a7d4e993a34c8070b423612da7cedc59622415fc5fbb0189d8e3163
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9e0a1f2de24c762f4e83699bff229f1737d53c74ef2a9da21d1eccceca8eabf2668bafe044f0bfb7fd0e40d5000c0b6d262a34443b246c22ce33d979ae65205
|
7
|
+
data.tar.gz: d3144e69332abc935da70894c2cca5eb0bbcdd34b7ac66579b4e6f1c89389b2896f69994605c1f11a2769331df19209631893ba361e60e99262d3032fdb4f120
|
data/_includes/footer.html
CHANGED
@@ -8,12 +8,12 @@
|
|
8
8
|
</address>
|
9
9
|
<address class="h-card">
|
10
10
|
<p class="p-name">noesya Bordeaux</p>
|
11
|
-
<span class="p-street-address">
|
12
|
-
<span class="p-postal-code">
|
11
|
+
<span class="p-street-address">15 rue des Bouviers</span><br>
|
12
|
+
<span class="p-postal-code">33800</span> <span class="p-locality">Bordeaux</span><br>
|
13
13
|
<span class="p-country-name">France</span>
|
14
14
|
</address>
|
15
15
|
{% include nav/ecosystem.html %}
|
16
|
-
{% include nav/
|
16
|
+
{% include nav/aorg.html %}
|
17
17
|
{% picture owl_footer "/assets/images/chouette/small.png" --img alt="La chouette noesya" %}
|
18
18
|
{% include nav/legal.html %}
|
19
19
|
{% include nav/contacts.html %}
|
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-noesya
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Levy
|
8
8
|
- Alexis BENOIT
|
9
|
+
- Olivia Simonet
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2024-
|
13
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: jekyll
|
@@ -85,6 +86,7 @@ description:
|
|
85
86
|
email:
|
86
87
|
- arnaud.levy@noesya.coop
|
87
88
|
- alexis.benoit@noesya.coop
|
89
|
+
- olivia.simonet@noesya.coop
|
88
90
|
executables: []
|
89
91
|
extensions: []
|
90
92
|
extra_rdoc_files: []
|
@@ -98,7 +100,7 @@ files:
|
|
98
100
|
- _includes/js/menu-burger.js
|
99
101
|
- _includes/js/notes.js
|
100
102
|
- _includes/js/paragraphs-index.js
|
101
|
-
- _includes/nav/
|
103
|
+
- _includes/nav/aorg.html
|
102
104
|
- _includes/nav/contacts.html
|
103
105
|
- _includes/nav/ecosystem.html
|
104
106
|
- _includes/nav/legal.html
|
data/_includes/nav/bcorp.html
DELETED