jumbo-jekyll-theme 5.6.2 → 5.6.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37d609b55d6128df89df0dc870a3e2770bfdb8015f05e7f4dc2c18488af03ff6
|
|
4
|
+
data.tar.gz: f60282e0e7a5087af1ef8bb14d31470f12abc0bbd2a5089b52c9e7158cc7f79d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c4aea97d1e38e02b651154e5062583f48b7e5ae53ef07cec1a0bfd43f8d4388f4a2530931489160b220d3e8a913d58ce1bd8d0617bb52bf765190ef4041cc5a
|
|
7
|
+
data.tar.gz: 4715ea5c657188a73b4bc626cfaef1a8740095a39e0f83b6490d938525d6b0003afcdc93bf82b85f907c5fa77e290fd89ad93a24e8c81de13387c504804f0b15
|
data/_includes/core/blocks.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
{% if block.title %}
|
|
8
8
|
{% include core/title.html object=block.title %}
|
|
9
9
|
{% endif %}
|
|
10
|
-
{% if block.
|
|
11
|
-
{% include core/text.html object=block
|
|
10
|
+
{% if block.text_content %}
|
|
11
|
+
{% include core/text.html object=block %}
|
|
12
12
|
{% endif %}
|
|
13
13
|
{% if block.buttons %}
|
|
14
14
|
{% include core/buttons.html object=block.buttons %}
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jumbo-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.6.
|
|
4
|
+
version: 5.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
@@ -580,7 +580,7 @@ files:
|
|
|
580
580
|
- assets/images/content/background-image1.jpg
|
|
581
581
|
- assets/images/content/background-image2.png
|
|
582
582
|
- assets/images/content/background-image3.jpg
|
|
583
|
-
- assets/images/content/
|
|
583
|
+
- assets/images/content/js-logo.png
|
|
584
584
|
- assets/images/favicon.ico
|
|
585
585
|
- assets/images/favicon.png
|
|
586
586
|
- assets/images/loading.gif
|
|
Binary file
|