solar-flair 0.2.4 → 0.2.5
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/footer.html +6 -4
- 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: 531d4b5e17f9a7b07914797c22f8ddf565447c84059b964aefe04bd6dde1a2dc
|
|
4
|
+
data.tar.gz: d98ff7312c81a5303af76ff55f4abc2df1a5186638da35a401bcdff85d436824
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a12b737cf6d4152c9ea181444340ad7a8a58656d21ea721040a59941a5e635ea5f35a560c6a379d0fc901e03a34e798ba0298fd75f73e60002e576eabe33a586
|
|
7
|
+
data.tar.gz: 40ac6319421fe2ff6dcb6cafcda3922cf155881a41a263dea231991f76e83c7992162519e23a937038b9322952245f085e36622c84d375da99b10ab0868887bb
|
data/_includes/footer.html
CHANGED
|
@@ -5,17 +5,19 @@
|
|
|
5
5
|
<section class="grad-{{ color }} ">
|
|
6
6
|
{% if page.url == "/" && site.cta_gs_url %}
|
|
7
7
|
|
|
8
|
+
|
|
9
|
+
|
|
8
10
|
<div class="container-fluid py-5">
|
|
9
11
|
<div class="row">
|
|
10
12
|
<div class="col-12 my-auto">
|
|
11
|
-
<h3 class="display-5 text-center sr-contact" style="font-weight:900;">
|
|
13
|
+
<h3 class="display-5 text-center sr-contact" style="font-weight:900;">{{ site.footer-cta-text }}</h3>
|
|
12
14
|
</div>
|
|
13
15
|
<div class="col-12 my-auto text-center pt-3">
|
|
14
|
-
{% if site.
|
|
16
|
+
{% if site.footer-cta-link-target == '_blank' %}
|
|
15
17
|
<!-- TODO: update to stable from alpha format -->
|
|
16
|
-
<button type="button" class="btn btn-outline-light sr-button" onclick="window.open('{{ site.
|
|
18
|
+
<button type="button" class="btn btn-outline-light sr-button" onclick="window.open('{{ site.footer-cta-link-url }}', '_blank');" >{{ site.footer-cta-link-text }}</button>
|
|
17
19
|
{% else %}
|
|
18
|
-
<button type="button" class="btn btn-outline-light sr-button" onclick="location.href = '{{ site.
|
|
20
|
+
<button type="button" class="btn btn-outline-light sr-button" onclick="location.href = '{{ site.footer-cta-link-url }}';" >{{ site.footer-cta-link-text }}</button>
|
|
19
21
|
{% endif %}
|
|
20
22
|
</div>
|
|
21
23
|
</div>
|