jekyll-theme-centos 0.1.22 → 0.1.23
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 +4 -4
- data/_includes/home/news.html +2 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9b73457952a178a8f22bde5bf32e05a2b76a2b38734e48ecb813c995283eae8
|
|
4
|
+
data.tar.gz: 10df7731a154be9883654d3cd338b4558d58cabe3bdd5ea456d376a01ced87d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a973f4391dbe7a9d080707f644f2fabe1973dcd2e576db53da0b7ad6067dddcda3ec296bc0a0dd472dfaf4d712cdea1dc8282abf0d62c9d34aa61b73ea4c16fe
|
|
7
|
+
data.tar.gz: 80e4b66aedc3bda0d86799344ba7d30d3e9def576b0badda0f554fdac22ea5662437313494df34dedfd6b5883860897aa7d4648ff8f0b3fae78109bdcf707304
|
data/_includes/home/news.html
CHANGED
|
@@ -3,10 +3,8 @@
|
|
|
3
3
|
<h2><i class="fas fa-calendar-alt"></i> News and events</h2>
|
|
4
4
|
</header>
|
|
5
5
|
|
|
6
|
-
{% assign
|
|
7
|
-
{%
|
|
8
|
-
{% assign news_and_events = news | concat: events %}
|
|
9
|
-
{% for i in news_and_events limit:3 %}
|
|
6
|
+
{% assign blog_posts = site.posts | where: "category", "blog" %}
|
|
7
|
+
{% for i in blog_posts limit:3 %}
|
|
10
8
|
<div class="row">
|
|
11
9
|
<div class="col">
|
|
12
10
|
<h4>{{ i.title }}</h4>
|
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: 0.1.
|
|
4
|
+
version: 0.1.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alain Reguera Delgado
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|