jekyll-theme-noesya 1.0.29 → 1.0.33

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 444b17e7ff8154604de592e4301b890fdc47c38ed4bd77e8c99f62e0405d4382
4
- data.tar.gz: 10ec4b6507e607f93232843f44fb58144400e2c5c3a55b195b525d84adc5d40d
3
+ metadata.gz: 2e5d1e902e25d5db0ae74663130aefa7b2e2a66e50e338ec664be89a62577060
4
+ data.tar.gz: 7d1c2c262487e09528be4e3aeb0ed7e2a446a8a8abfa5f9e1abeaf9d63c37a08
5
5
  SHA512:
6
- metadata.gz: e2d7a58c80a8af60a44f612a432e674cf9f03bf655533503a9c04957579867a0d85c985c41e65cfde14d911d3ff0dd52060def9a70e6578df138b555c90741c4
7
- data.tar.gz: 2ea8b8e6f577fec383419ac422f29f66eeea5ecdc49df79dd68747e3d4882074388bfff4dfca7443f8852f6005b4ffe48ae85d99eba7f99f01eed170d7a52890
6
+ metadata.gz: 4fda5055680fadef808b0c0cd5d41860f143f1f6e87284dcdb61eaf4a7efe89c60bf450e67f6342619372c3546a3936a17315112077c6e0adaca13c5ce952fa1
7
+ data.tar.gz: 6beebc4513ec8a8fb64686c1151784af7271e8b4508b26186fd29c7007d297f561d3418ca57db295b60cf0411d4a4110418cfb85f836a62d00f2bbcb7ccd1528
@@ -9,9 +9,8 @@ window.menu = {
9
9
  this.bind();
10
10
 
11
11
  setTimeout(function () {
12
- document.body.classList.remove('is-loading');
13
12
  window.addEventListener('resize', this.resize.bind(this));
14
- }.bind(this), 100);
13
+ }.bind(this), 300);
15
14
  },
16
15
  bind: function () {
17
16
  'use strict';
@@ -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 include.auto %}
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/_includes/seo.html CHANGED
@@ -4,6 +4,9 @@
4
4
  {% endif %}
5
5
  {% assign description_seo = page.description | markdownify | strip_html | strip %}
6
6
  {% assign image_seo = "/assets/images/share/share.jpg" | prepend: site.url %}
7
+ {% if page.image %}
8
+ {% assign image_seo = page.image | prepend: site.url %}
9
+ {% endif %}
7
10
 
8
11
  <!-- HTML Meta Tags -->
9
12
  <title>{{ title_seo }}</title>
@@ -14,16 +14,18 @@
14
14
  <!-- CSS -->
15
15
  <link rel="stylesheet" href="/assets/css/main.css">
16
16
  </head>
17
- <body class="is-loading">
17
+ <body>
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 auto=page.auto_navigation %}
21
+ {% include navigation-between-pages.html %}
22
22
  </main>
23
23
  {% include footer.html %}
24
24
 
25
25
  {% unless site.options.no_js %}
26
- <script src="/assets/js/main.js" async defer></script>
26
+ <script src="/assets/js/main.js"></script>
27
+ {% else %}
28
+ <script> // Avoid CSS transitions to be fired on load </script>
27
29
  {% endunless %}
28
30
  </body>
29
31
  </html>
@@ -76,8 +76,9 @@
76
76
  body > footer
77
77
  background-color: $white
78
78
  color: $primary
79
- li span, a
79
+ li span
80
80
  color: $secondary
81
81
  a
82
+ color: $secondary-on-gray
82
83
  &:hover
83
84
  color: $primary
@@ -9,7 +9,9 @@ body > footer
9
9
  margin-bottom: $grid-gutter * 2
10
10
  p
11
11
  margin-bottom: $grid-gutter
12
- li span, a
12
+ a
13
+ color: rgba($white, 0.8)
14
+ li span
13
15
  color: $secondary-reverse
14
16
  a
15
17
  text-decoration: none
@@ -27,7 +27,7 @@ body > main
27
27
  position: relative
28
28
  z-index: 1
29
29
  @include media-breakpoint-up(md)
30
- transition: background .3s ease, color .3s ease
30
+ transition: background-color .3s ease, color .3s ease
31
31
  .is-menu-opened &
32
32
  background-color: $black
33
33
  color: $white
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.29
4
+ version: 1.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-11-08 00:00:00.000000000 Z
13
+ date: 2021-11-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: jekyll