jekyll-theme-noesya 1.0.48 → 1.0.49
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 +1 -1
- data/_sass/commons/darkmode.sass +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0d87a0f5648be36a33b139d3ba91413f15589a212fe962759c9536359383245
|
4
|
+
data.tar.gz: 824a1926751406772adef91e5b2ed74f322ad5f433d7f2f884530a1fd900c683
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1a1c8da200498c09dbc14c6cadfed6711b5fe0ead3ccde9a938d2ac1398775e9c7b88eefcde96e8c2bf2d46b19c3102fb081753df0d58f91bd103a8cb277604
|
7
|
+
data.tar.gz: 337b72eb19df198dea93713740842cdc4dddc7a2c98d9c3256e4f295e8384df66414599699240814ea248f26440d79d74b12e30fc5663670dba0f2323c143ce7
|
data/_includes/footer.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
<span class="p-country-name">France</span>
|
14
14
|
</address>
|
15
15
|
{% include nav/ecosystem.html %}
|
16
|
-
<a href="https://bcorporation.net" target="_blank" rel="noreferrer"><img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation" width="63" height="103"></a>
|
16
|
+
<a href="https://bcorporation.net" target="_blank" rel="noreferrer"><img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation" width="63" height="103" class="bcorp"></a>
|
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 %}
|
data/_sass/commons/darkmode.sass
CHANGED