jekyll-theme-centos 2.2.0.beta.7 → 2.2.0.beta.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/people/projects.html +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8e85ccbe7fbb248746dc60e58aa43d49695bf2295ca4fa19f238ff0fe480f00
|
4
|
+
data.tar.gz: 19fad6c6747ba287398a40bfd9be1153cca2b1f5e63cd44f6d84c6898cced5ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc5479bc84a57cef8b5f15736b269857f9806d4f89c1ea1625e749ba20ef708b29a3e26cdf0762b90e7242f93961fee3bd857aaa00f6b5f4c704fc78e28eaeaa
|
7
|
+
data.tar.gz: 2383ec19ecd7c11e369ea74b3f7c74a6df0aa2d76cbac70171e46926d6aa456fb8e03366b65a564affb697b2149fcf8814a7a7894aafc229872da7b9f7e03756
|
@@ -14,9 +14,9 @@
|
|
14
14
|
</div>
|
15
15
|
<div class="row mt-3">
|
16
16
|
{% for project in item.projects.content %}
|
17
|
-
<div class="col-sm-6
|
18
|
-
<
|
19
|
-
<
|
17
|
+
<div class="col-sm-6{% cycle ' border-end', '' %}">
|
18
|
+
<div class="display-6 pt-3 fw-bold"><a href="{{ project.link }}">{{ project.name }}</a></div>
|
19
|
+
<div class="lead pb-3">{{ project.description }}</div>
|
20
20
|
</div>
|
21
21
|
{% endfor%}
|
22
22
|
</div>
|