jekyll-zeta 0.9.4.1 → 0.9.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/heatmap.js +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 317509866b194e90a96989f42923c7d1b476b062a8fe63b0e35077477c85b4f0
4
- data.tar.gz: c544ecaf3a8e2a4513f0e8a59cde4b78412987d8e71134c99008b8bfcd247c77
3
+ metadata.gz: 193a0dfd96bd83cc50d76ffea967efddd3fae83e581da5acf20cdfff2e6a2800
4
+ data.tar.gz: b1722d3ef03afd1a3e12300ed74e928446a9c646983a9411f2846fd04e6e3f30
5
5
  SHA512:
6
- metadata.gz: 497c78ded3a2d0b56bf29e49cd35a4c279ae3304c3fa865f346a0886cc38952ccc86874a0f1728061a83d99f85851a312cc9c40d38bdf1c9dcd4db43a66821af
7
- data.tar.gz: 7b7cfd7b8c551564f61f931079e28b90bbc3cf1a2ec81f0b73443c9b8a17bffb24b378933fd6c2a6705337d4785eae4c43f58ac8d128a4abdd0e4cae31df54e8
6
+ metadata.gz: 61a6f04a5e278490a5bb08e11172b798532530d262820c597df8d72221f15583d3edcbb457b10cc1cac75fd5f5f80ba641dad8c8dda532649fd5c9a543829e5c
7
+ data.tar.gz: bcb8107b431a52f824d0c110a8ba88bcc77647811959cde5841f914d1713929e5f596005c20bad1f57ebe8cc285cad9cb609d37b75ace637502e549195c3d3bc
data/_includes/heatmap.js CHANGED
@@ -199,7 +199,7 @@
199
199
  const dayCell = dayCells[idxOfDay];
200
200
  if (hideblock) {
201
201
  dayCell.classList = 'heatmap-day-cell hm-check-notyet'
202
- } if(isFuture){
202
+ }else if(isFuture){
203
203
  dayCell.classList = parseInt(dateKeyYmd.substring(5, 7)) % 2 == 1 ? 'heatmap-day-cell hm-check-future-b' : 'heatmap-day-cell hm-check-future-a'
204
204
  }
205
205
  else{
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-zeta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4.1
4
+ version: 0.9.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - vitock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-30 00:00:00.000000000 Z
11
+ date: 2024-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll