jekyll-theme-centos 2.12.0 → 2.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/base/footer.html +5 -1
- data/assets/css/base/stylesheet.min.scss +1 -1
- data/assets/icons/android-chrome-192.png +0 -0
- data/assets/icons/android-chrome-512.png +0 -0
- data/assets/icons/apple-touch-icon.png +0 -0
- data/assets/icons/favicon-16.png +0 -0
- data/assets/icons/favicon-32.png +0 -0
- metadata +2 -2
- /data/_sass/base/{_centos.scss → _customization.scss} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b351068b0673cc76aa7bf66899210f24a6fcb756a941fa9309d3adc9e241931
|
4
|
+
data.tar.gz: ec1e1d58a2b124dc7d2ef43ae882e8161bf775931df24e9dc6f36f6fd760ec98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b199cd99fe43154af9382e715542d03aebf8c0cdfb5ca72be69f5d6514943fbac26ad79017e9d16cae97e9387e7ce09cff3eb85d008dd622a51bfd95a47a386d
|
7
|
+
data.tar.gz: 3d8714110d470aff4b2ffce9dfb90eeffa2dfd7ec662689f42e0876b6f8e450aa57c673ad00fd9bf3a3fe277cfdcf7a48badae2d8fa3fb3ecfb61107bd4b76bc
|
data/_includes/base/footer.html
CHANGED
@@ -28,7 +28,11 @@
|
|
28
28
|
{% endfor %}
|
29
29
|
</div>
|
30
30
|
|
31
|
-
|
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>
|
Binary file
|
Binary file
|
Binary file
|
data/assets/icons/favicon-16.png
CHANGED
Binary file
|
data/assets/icons/favicon-32.png
CHANGED
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.
|
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/
|
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
|