cloudcannon-jekyll 2.3.1 → 2.3.2

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: 00114b22694d4a9d0f1de2f1e44a8e893c0184d5d0a9ec2e644d8115d30c3a83
4
- data.tar.gz: 58acfeb5af57f993c0d8340722b9b45fe650062c7189c7b82f7b11841070b07b
3
+ metadata.gz: efdfbdebe6d3466481e84abaf6b7b4864a1099eb7d0912c3ead7ac315ec4019a
4
+ data.tar.gz: fc4928e35e8668c0e9486299e998ed86ee1d5ed22b5933eb19da6bd5f4bb57ae
5
5
  SHA512:
6
- metadata.gz: 6fb1598701caa1dd4b0fc667ec2c5c5bfb6674806126a78b4905b1c680bdad689e11ce5e82880dc06246d50e73037a5d0de125d5e70bfba2d0d0bbde0d4536df
7
- data.tar.gz: 63efb6ab686f4b62f9eae28d5fb2c146228dd6a147ad00030975407e7500de38af808fdeef79dccab4cbfbe823c5261fc5c472d1a543a09f15376dc7d5efd848
6
+ metadata.gz: 05d2807950dee52da723333cbfbc443cea8ab22e2ca7717e68c64e74f3f0cdcebd12c1d1bea5516117bda31b6f18ba1f6951db581cba521bc0ee228569923471
7
+ data.tar.gz: '0087790fb58ed83ffdeb6ef07b403a889c6d3ef805af73a1ad231f57f8dfe20f2012da33fb3149eccd865c95521bf77184b976b48bfbbb33591478ea0d8df40c'
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 2.3.2
2
+
3
+ * Add _inputs to templates
4
+
1
5
  # 2.3.1
2
6
 
3
7
  * Fix issue where pages config overwrites default
@@ -38,6 +38,9 @@
38
38
  {% if config._options %}
39
39
  "_options": {{ config._options | cc_jsonify }},
40
40
  {% endif %}
41
+ {% if config._inputs %}
42
+ "_inputs": {{ config._inputs | cc_jsonify }},
43
+ {% endif %}
41
44
  {% if config._collection_groups %}
42
45
  "_collection_groups": {{ config._collection_groups | cc_jsonify }},
43
46
  {% endif %}
@@ -38,6 +38,9 @@
38
38
  {% if config._options %}
39
39
  "_options": {{ config._options | cc_jsonify }},
40
40
  {% endif %}
41
+ {% if config._inputs %}
42
+ "_inputs": {{ config._inputs | cc_jsonify }},
43
+ {% endif %}
41
44
  {% if config._collection_groups %}
42
45
  "_collection_groups": {{ config._collection_groups | cc_jsonify }},
43
46
  {% endif %}
@@ -41,6 +41,9 @@
41
41
  {% if config._options -%}
42
42
  "_options": {{ config._options | cc_jsonify }},
43
43
  {%- endif %}
44
+ {% if config._inputs -%}
45
+ "_inputs": {{ config._inputs | cc_jsonify }},
46
+ {%- endif %}
44
47
  {% if config._collection_groups -%}
45
48
  "_collection_groups": {{ config._collection_groups | cc_jsonify }},
46
49
  {%- endif %}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudCannonJekyll
4
- VERSION = "2.3.1"
4
+ VERSION = "2.3.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudcannon-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudCannon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll