jekyll-theme-centos 0.7.6 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d70a90ef2b9106de150f31ebbf68c7542da80eb4618586527290e85d2827ba6f
4
- data.tar.gz: 65f6103b68a1872905978ade75afda8a40ba51e5b501f8d08b27d5290f5ea3c6
3
+ metadata.gz: 6a2b951477c5432c04ba1f0d582c3c7ed34e73e05e759deb2a0a90e855f192a2
4
+ data.tar.gz: 17ad9416ce67a974a1a0c276cff20816e1b7fe356e614ae8140f138d00c53318
5
5
  SHA512:
6
- metadata.gz: 3e28c5b812442e338498ab3f85651b9f7995fc1a90883dbebc45c0fb6ce2d2a20d3921b661461d211f8b4a6881894470fc5207922e0ace34a8d4a4e9dfb5f943
7
- data.tar.gz: cf0fabcb7348bac2bf95f1a1d6a14607f827ca4baacd932acce969ad01b07887a9e235b539d0e147a92ec7fd672b8b1d09b6e589c03a5637cd94e79e99ca5e02
6
+ metadata.gz: 5d52557d08c09f3a55a5015ff66854907afa87ac2d9c019c185ba9511cb5480cd8cbe3e5da543c71c4b68c14f8816338a4c20a5d8a1131cd0a20a049f36ec254
7
+ data.tar.gz: ac2e651550a6c1656e26cd0433af9cf104285575627538d9b3c5aec3a636b327cd2abd3b3120f7732e9c97c7a95b29df9528d17b5a08d64ba62a88de1e1a083e
@@ -6,8 +6,8 @@ $centos-color-0: #9ccd2a;
6
6
  $centos-color-1: #efa724;
7
7
  $centos-color-2: #a14f8c;
8
8
  $centos-color-3: #262577;
9
- $centos-img-logo: "/assets/img/logo.png";
10
- $centos-img-motif: "/assets/img/motif.png";
9
+ $centos-img-logo: "../img/logo.png";
10
+ $centos-img-motif: "../img/motif.png";
11
11
 
12
12
  // Color system - based in the artistic motif palette and the number of
13
13
  // occurrence each color has in the image.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.7.6 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.7.7 (https://gitlab.com/areguera/jekyll-theme-centos/)
3
3
  * Copyright 2020-2021 Alain Reguera Delgado
4
4
  * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
5
  */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado