jekyll-theme-noesya 1.0.0 → 1.0.1
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/_includes/header.html +1 -1
- data/_layouts/default.html +3 -3
- 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: b70105a5ec5641307487867066ff8b67aab9d0bbb6977a3b001e49c0a6c6b23a
|
4
|
+
data.tar.gz: c4969a0c618884985f080b3b281aae57b9890da346432c95e60e4d9514020a36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97f19317db650751c544b9f6a154cd970f1d2431e50e4cb900fff728409b9321f43d1feb03bf66b6f6e623cf6a91c14a91a26cf7f7dd38ca81f1df5786e7dbde
|
7
|
+
data.tar.gz: b892e966f9e5897e3dab675d5a03d38923e724aa640f9681de98e4428ea878583479c3255ca87db2fa6525950667cda46ec295da03c87f6da52c704108f0095f
|
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="
|
16
|
+
<!-- <a href="https://bcorporation.net" target="_blank" rel="noreferrer"><img src="https://assets.noesya.coop/images/logos/logo-bcorp.svg" alt="Certified B-Corporation" width="63" height="103"></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/_includes/header.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<header id="header">
|
2
2
|
<a href="/">
|
3
|
-
<img src="
|
3
|
+
<img src="https://assets.noesya.coop/images/logos/logo-noesya.svg" alt="{{ site.title }}" width="100" height="26">
|
4
4
|
</a>
|
5
5
|
{% if site.subdomain != '' %}
|
6
6
|
<em>{{site.subdomain}}</em>
|
data/_layouts/default.html
CHANGED
@@ -7,9 +7,9 @@
|
|
7
7
|
{% include seo.html %}
|
8
8
|
|
9
9
|
<!-- Preload -->
|
10
|
-
<link rel="preload" as="font" href="https://assets.noesya.coop/fonts/signifier/signifier-web-regular.woff2" type="font/woff2">
|
11
|
-
<link rel="preload" as="font" href="https://assets.noesya.coop/fonts/signifier/signifier-web-regular-italic.woff2" type="font/woff2">
|
12
|
-
<link rel="preload" as="font" href="https://assets.noesya.coop/fonts/soehne/soehne-web-buch.woff2" type="font/woff2">
|
10
|
+
<link rel="preload" as="font" href="https://assets.noesya.coop/fonts/signifier/signifier-web-regular.woff2" type="font/woff2" crossOrigin="anonymous">
|
11
|
+
<link rel="preload" as="font" href="https://assets.noesya.coop/fonts/signifier/signifier-web-regular-italic.woff2" type="font/woff2" crossOrigin="anonymous">
|
12
|
+
<link rel="preload" as="font" href="https://assets.noesya.coop/fonts/soehne/soehne-web-buch.woff2" type="font/woff2" crossOrigin="anonymous">
|
13
13
|
|
14
14
|
<!-- CSS -->
|
15
15
|
<link rel="stylesheet" href="/assets/css/main.css">
|