jekyll-theme-pirati 8.0.0.pre.alpha2 → 8.0.0.pre.alpha3
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/homepage/banner.html +1 -1
- data/_layouts/communal-elections.html +1 -1
- 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: 98b773876f990b34a2aa8c292d6c0596c19f717fa4abcc046801ee77686ea68d
|
|
4
|
+
data.tar.gz: 681a9aab4c401e2d571b96107df962b58e11f716adc70c65dc4decb14019a7a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 055ad26baa405cc3add1959d4429b0f910b2b36dd6df1166359b8374c681b581664aed365ca63e4782b55d3d57c587d90903bf3cb202c407f68daa4eb3e36ffd
|
|
7
|
+
data.tar.gz: 8e88803ff7b66c8106a9c9d29bb77fd23380addbbb0e97e49b6e4eca16af4eaf20ef48040eccdabfdca0222231787fbbc76eb319cb4ce74ed9347cc2476cf759
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
{% capture subContent %}
|
|
6
6
|
{% if include.cta %}
|
|
7
|
-
{% include buttons/icon.html icon="ico--chevron-right" class="btn--hoveractive btn--fullwidth md:btn--autowidth text-lg" cta=include.cta %}
|
|
7
|
+
{% include buttons/icon.html href=include.href icon="ico--chevron-right" class="btn--hoveractive btn--fullwidth md:btn--autowidth text-lg" cta=include.cta %}
|
|
8
8
|
{% endif %}
|
|
9
9
|
{% endcapture %}
|
|
10
10
|
|
|
@@ -35,7 +35,7 @@ layout: default
|
|
|
35
35
|
{% endcapture %}
|
|
36
36
|
{% include hero/advanced.html img=page.img bgImg=imgBgPath mainContent=mainContent subContent=content contentClass="content-block" imgClass="h-32 lg:h-80 lg:m-auto hidden md:block" %}
|
|
37
37
|
|
|
38
|
-
<div class="container container--default pt-8 lg:py-24">
|
|
38
|
+
<div class="container container--default pt-8 {% unless group.subLinks %}pb-8{% endunless %} lg:py-24">
|
|
39
39
|
|
|
40
40
|
{% if programCategories.size > 0 %}
|
|
41
41
|
<div class="text-center">
|