jekyll-theme-pirati 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/komunalni-volby.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: 2dbeac2f9c85db5ac9a343ede9d7614326f69d3d0a1270c3d66c4869a997d641
|
4
|
+
data.tar.gz: c61c5b4829726c0724be505d400b37a6c89190fa5f8e82bd8e13b15bab8668e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa319d010f43a91d328c363b5d1a7b3714665ef6583cacf6f94c82a12a6fabbd26b234d351f02181194085a6db64724db6965c4110e4fb8bd0b57f6f7a6788d7
|
7
|
+
data.tar.gz: 4b57d9375863446fecf317d2b44ec21e4c00c51b032d10318ff37e049161f80aca3e53c9536125c860388171bc5beb3b1d073a9d2fe773f13a220781c7224d4e
|
@@ -23,7 +23,7 @@ layout: page
|
|
23
23
|
{% for candidate in other_candidates %}
|
24
24
|
{% assign loopindex = forloop.index | modulo: 3 %}
|
25
25
|
{% if loopindex == 1 %}<div class="c-program-candidates__row">{% endif %}
|
26
|
-
{% include
|
26
|
+
{% include candidate_badge.html candidate=candidate leader=false %}
|
27
27
|
{% if loopindex == 0 or forloop.last %}</div>{% endif %}
|
28
28
|
{% endfor %}
|
29
29
|
</div>
|