linaro-jekyll-theme 4.1.5 → 4.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/flow/feature_block.html +3 -0
- 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: ba99ea2174690abd62fbfc32fada2fd23d43a78829ac065bfabd0eb6dc60fb04
|
4
|
+
data.tar.gz: bd3417fb52aee72a77e98cd94878ef8995d3f82fbd2c348cfdffa01ac13f8fbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17beace2c5d9b39f83cf421438327dc237a2d0309ef2909ac7812ece45c5dec882172c4ca20550ebeabaa1eabce8cf36e9537a8bf870863c606c1602f914ffa3
|
7
|
+
data.tar.gz: deb7690192801b58d37581473b955d3d082cb9a7b788d69f8403b35f5db40b79fe1aa0785c04dab19f40822ed77f9f0a7ee27b15afadf3d8b51919db6ce8fe26
|
@@ -36,6 +36,9 @@
|
|
36
36
|
{% if include.object.feature_block_content.buttons %}
|
37
37
|
{% include flow/buttons.html object=include.object.feature_block_content.buttons %}
|
38
38
|
{% endif %}
|
39
|
+
{% if include.object.feature_block_content.custom_include %}
|
40
|
+
{% include {{include.object.feature_block_content.custom_include}} object=include.object %}
|
41
|
+
{% endif %}
|
39
42
|
</div>
|
40
43
|
</div>
|
41
44
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|