jekyll-theme-centos 2.10.0 → 2.11.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ad24b593ccbcf861604a653b7ae35ee809255cda1d4fb35c74f496519a11067
|
4
|
+
data.tar.gz: 6b31e17cadcba3a832537f035316d533c35d6e389a2a0f50e4e2be176e30b8da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e278be29e5c3df800b7b674ab229169ae9f703ca45683b98170bc123215fefa579a0d39315275974ecbed8c4db211ac9ee8c73c8970b244ea48deab1d1099e5
|
7
|
+
data.tar.gz: ce45d5b76a0c168c1b202496ea06ccffc02084a9638d442d88375c0eed4e346d91d1defb1bd2245a5d77782ffaea779ead70dce5a4d140c60aee1cd3d81759ca
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<div class="card-group">
|
18
18
|
{% for i in projects limit: limit %}
|
19
19
|
<div class="card">
|
20
|
-
<a href="{{ i.link }}"><img src="{{ site.url }}
|
20
|
+
<a href="{{ i.link }}"><img src="{{ site.url }}{{ site.baseurl }}/assets/img/{{ i.image }}" class="card-img-top" alt="{{ i.name }}"></a>
|
21
21
|
<div class="card-body">
|
22
22
|
<h4 class="card-title"><a href="{{ i.link }}">{{ i.name }}</a></h4>
|
23
23
|
<p class="card-text">{{ i.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,14 +1,14 @@
|
|
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.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ReleaseBot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|