jekyll-theme-centos 0.6.9 → 0.6.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/home/news-and-events.html +1 -1
- data/_includes/home/planet.html +1 -1
- data/_layouts/home.html +1 -5
- data/_sass/centos/centos.scss +1 -1
- 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: 839f62161cb8f80fd3a4c2b543f39ebcd9e0bee74ebf96d441563a6b34cb5a3a
|
4
|
+
data.tar.gz: 9da9860752dc413025482d346a864e87a55965af896a465c071d03fd4378d3b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65bd58dc83b94a6ecb6d415c7a16fe9a03fac78ebb5c0df0691152969a939e074eca44930145b245b8d9ff813a475f298d5e1d168b2319ff6e1b37d38a80adad
|
7
|
+
data.tar.gz: 5477f665836f62a0de6ce0b993dfd85cd899330d16bd35025ead5200225453858a7aaa52cfa8e3b3346616292338e87577053e8aac9d60fd0f833a1ac1751cbf
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
<ul>
|
6
6
|
{% assign blog_posts = site.posts | where: "category", "news-and-events" %}
|
7
|
-
{% for i in blog_posts limit:
|
7
|
+
{% for i in blog_posts limit:5 %}
|
8
8
|
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
9
9
|
<li><a href="{{ i.url }}">{{ i.title }}</a><br>{{ i.date | date: date_format }} — {{ i.excerpt | strip_html }}</li>
|
10
10
|
{% endfor %}
|
data/_includes/home/planet.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
<ul>
|
6
6
|
{% assign entries = site.data.centos.planet %}
|
7
|
-
{% for i in entries limit:
|
7
|
+
{% for i in entries limit:5 %}
|
8
8
|
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
9
9
|
<li><a href="{{ i.link }}">{{ i.title }}</a><br>{{ i.published | date: date_format }} — {{ i.summary | strip_html | slice: 0,150 }}...</li>
|
10
10
|
{% endfor %}
|
data/_layouts/home.html
CHANGED
@@ -13,17 +13,13 @@
|
|
13
13
|
<div class="row">
|
14
14
|
<div class="col-sm-12 col-lg-8">
|
15
15
|
{% include home/news-and-events.html %}
|
16
|
+
{% include home/planet.html -%}
|
16
17
|
</div>
|
17
18
|
<div class="col-sm-12 col-lg-4">
|
18
19
|
{% include home/distributions.html -%}
|
19
20
|
{% include home/sponsors.html %}
|
20
21
|
</div>
|
21
22
|
</div>
|
22
|
-
<div class="row">
|
23
|
-
<div class="col-sm-12">
|
24
|
-
{% include home/planet.html -%}
|
25
|
-
</div>
|
26
|
-
</div>
|
27
23
|
</div>
|
28
24
|
</main>
|
29
25
|
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.6.
|
2
|
+
* jekyll-theme-centos v0.6.10 (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
|
*/
|