jumbo-jekyll-theme 3.0.11 → 3.0.12
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/jumbotron.html +3 -3
- data/_layouts/container-breadcrumb.html +2 -2
- data/_layouts/jumbotron-container.html +2 -2
- data/_layouts/jumbotron.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 193d48a7f25df49e9dad05a95736f39193bd8fc087e1233e05abb2d9ff364a09
|
|
4
|
+
data.tar.gz: 60876d0d26202eddc2fd8e1a2da489db42117e5157fa1193836e09b15ac3a8ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 142f5e98b3a91f6d9439a5ca2d4d5245c53d1c4164f17f70ed077efd5c44de006e4e6d6cdf2704b52e16585ab30d9f15fe41f3f78371b0542371efa73a5cef0f
|
|
7
|
+
data.tar.gz: d61afdd5dd7c4cec7be56f0cea20a83646a85c73cac74f68eb5bb7d805fcb76ad02a0dd0cb08a944bc09d2a611f3fbadd3cdd2ca2bce76dcca9cc0c7b277b4a4
|
data/_includes/jumbotron.html
CHANGED
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
{{page.description}}
|
|
21
21
|
</p>
|
|
22
22
|
{% endif %}
|
|
23
|
-
{% if page.
|
|
23
|
+
{% if page.jumbotron.buttons %}
|
|
24
24
|
<p id="buttons">
|
|
25
|
-
{% for button in page.
|
|
26
|
-
<a class="btn btn-primary btn-lg {% if page.
|
|
25
|
+
{% for button in page.jumbotron.buttons %}
|
|
26
|
+
<a class="btn btn-primary btn-lg {% if page.jumbotron.animation == "fade" %}fade-in-three{% endif %}" href="{{button.url}}" role="button">
|
|
27
27
|
{{button.title}} {% if button.icon %}<i class="{{button.icon}}"></i>{% endif %}
|
|
28
28
|
</a>
|
|
29
29
|
{% endfor %}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
layout: default
|
|
3
3
|
---
|
|
4
|
-
{% if page.carousel-
|
|
5
|
-
{% include carousel-header.html images=page.carousel-
|
|
4
|
+
{% if page.jumbotron.carousel-images %}
|
|
5
|
+
{% include carousel-header.html images=page.jumbotron.carousel-images %}
|
|
6
6
|
{% include jumbotron.html %}
|
|
7
7
|
{% elsif page.jumbotron %}
|
|
8
8
|
{% include jumbotron.html %}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
layout: default
|
|
3
3
|
---
|
|
4
|
-
{% if page.carousel-
|
|
5
|
-
{% include carousel-header.html images=page.carousel-
|
|
4
|
+
{% if page.jumbotron.carousel-images %}
|
|
5
|
+
{% include carousel-header.html images=page.jumbotron.carousel-images %}
|
|
6
6
|
{% include jumbotron.html %}
|
|
7
7
|
{% elsif page.jumbotron %}
|
|
8
8
|
{% include jumbotron.html %}
|
data/_layouts/jumbotron.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
layout: default
|
|
3
3
|
---
|
|
4
|
-
{% if page.carousel-
|
|
5
|
-
{% include carousel-header.html images=page.carousel-
|
|
4
|
+
{% if page.jumbotron.carousel-images %}
|
|
5
|
+
{% include carousel-header.html images=page.jumbotron.carousel-images %}
|
|
6
6
|
{% include jumbotron.html %}
|
|
7
7
|
{% elsif page.jumbotron %}
|
|
8
8
|
{% include jumbotron.html %}
|