jekyll-theme-linky 0.2.7 → 0.2.8
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/link-category.html +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47c812cb5796f688a4f3b93396ef065432c1baf740a60ea14a5245863ac55b16
|
|
4
|
+
data.tar.gz: e0905b3244a235a064dff60d6432a94895bd7bba1f2d25d829ea3174ea386d24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 442f20ea5e960f9047b9584ab77ee04f5f47c8192dfc2ef698818a094fb0ada2b002f0f9c18afcc82f4df4c0eedc770d45cfae10e020c4f310d4c15f046d436b
|
|
7
|
+
data.tar.gz: 321f7bc3b9c71e920c27d941d56999f035568712fc504e5fd9380cafc38fbda2c0c2cd3aa0b04aa9771e8a5ef7d659ba1c4348579849e3749574f9b635bd571f
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
{% assign valid_links = '' | split: '' %}
|
|
14
14
|
|
|
15
15
|
{% for link in link_list %}
|
|
16
|
-
{% if link.expires and link.expires != nil %}
|
|
16
|
+
{% if link.expires and link.expires != nil and link.expires != '' %}
|
|
17
17
|
{% assign exp_date = link.expires | date: "%Y-%m-%d" %}
|
|
18
18
|
{% if exp_date > current_date %}
|
|
19
19
|
{% assign valid_links = valid_links | push: link %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-linky
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Roub
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
111
|
requirements: []
|
|
112
|
-
rubygems_version: 3.
|
|
112
|
+
rubygems_version: 3.5.17
|
|
113
113
|
signing_key:
|
|
114
114
|
specification_version: 4
|
|
115
115
|
summary: Linktree-ish theme for Jekyll, compatible with Decap CMS
|