jekyll-theme-centos 2.12.0 → 2.13.0

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: 28287d7d405ea9b17894f99e0fa25948c9c5eb5569809fa15e9192da622f1a9a
4
- data.tar.gz: 969aecc6ee6be3ed00b265ab1b65f5641011591f65d94a2b5f6cfa837714d608
3
+ metadata.gz: 7b351068b0673cc76aa7bf66899210f24a6fcb756a941fa9309d3adc9e241931
4
+ data.tar.gz: ec1e1d58a2b124dc7d2ef43ae882e8161bf775931df24e9dc6f36f6fd760ec98
5
5
  SHA512:
6
- metadata.gz: 78f7858a5001d3e73334588ace8a678e103434ea7354bb32b7cbb0d884b311dffd19cecde47de7c9c3f4554e444fac87669090e1c0bdc323cbcd0189b8a3103e
7
- data.tar.gz: 1d9983c56ca507d85506296ef1ff3c80ce0a737dcc9b08c64d9bb973ea843ae6f00b2bcf6e6feef574ffcb59de8e98da14b40e7547109ab0cba5d176aa78bd86
6
+ metadata.gz: b199cd99fe43154af9382e715542d03aebf8c0cdfb5ca72be69f5d6514943fbac26ad79017e9d16cae97e9387e7ce09cff3eb85d008dd622a51bfd95a47a386d
7
+ data.tar.gz: 3d8714110d470aff4b2ffce9dfb90eeffa2dfd7ec662689f42e0876b6f8e450aa57c673ad00fd9bf3a3fe277cfdcf7a48badae2d8fa3fb3ecfb61107bd4b76bc
@@ -28,7 +28,11 @@
28
28
  {% endfor %}
29
29
  </div>
30
30
 
31
- <div class="row border-top border-secondary border-5">
31
+ {% if site.data.sponsors.carousel and site.data.sponsors.db and site.with_sponsors == true %}
32
+ {% include sponsors/carousel %}
33
+ {% endif %}
34
+
35
+ <div class="row border-top border-primary border-5">
32
36
  <div class="col-sm-12 col-lg-8">
33
37
  <h4 class="fw-bold pt-3">{{ site.title }}</h4>
34
38
  <p>{{ site.description }}</p>
@@ -3,4 +3,4 @@
3
3
 
4
4
  @import "base/variables";
5
5
  @import "bootstrap/bootstrap";
6
- @import "base/centos";
6
+ @import "base/customization";
Binary file
Binary file
Binary file
Binary file
Binary file
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: 2.12.0
4
+ version: 2.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ReleaseBot
@@ -97,7 +97,7 @@ files:
97
97
  - _layouts/post.html
98
98
  - _layouts/search.html
99
99
  - _layouts/sponsors.html
100
- - _sass/base/_centos.scss
100
+ - _sass/base/_customization.scss
101
101
  - _sass/base/_variables.scss
102
102
  - _sass/bootstrap/_accordion.scss
103
103
  - _sass/bootstrap/_alert.scss
File without changes