jekyll-theme-pirati 8.2.1 → 8.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/candidate-badge.html +3 -3
- data/_layouts/communal-elections.html +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ccf00c54ea2db27014b1b2bf14d9386166c349d5ea84eedc8e10068fb1bf48f0
|
4
|
+
data.tar.gz: a3ddad9539383da92bb9bb6e8597214fc804f9ac0707e8380620c0ab894be455
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6b54608dff8b3904c94e65e034af293b5cfdae7e4ec2dcf3e411af27ef120c24ebe5e08f284b6d1522138a6a9d0be83c83c00ff01d56ef78b910465b0cf51cc
|
7
|
+
data.tar.gz: 65328288ec5b34f54afe833d285b3bb7439bd92e2aab6a7ee1a675816e8661cf49d3992e1db077a855c2aaea738caad94dc852dffc2d42447b93b4d9f6e65101
|
@@ -22,11 +22,11 @@
|
|
22
22
|
<a href="{{ include.candidatePage.url|relative_url }}">{% include people/fullname.html person=include.candidatePage %}</a>
|
23
23
|
</h1>
|
24
24
|
{% if include.candidatePage.mail %}
|
25
|
-
<a href="mailto:{{ include.candidatePage.mail }}" class="block
|
25
|
+
<a href="mailto:{{ include.candidatePage.mail }}" class="block candidate-card__bio-item mb-4">{{ include.candidatePage.mail }}</a>
|
26
26
|
{% endif %}
|
27
|
-
<h2 class="
|
27
|
+
<h2 class=" candidate-card__bio-item">{{ include.candidate.profession }}</h2>
|
28
28
|
{% if include.candidate.city %}
|
29
|
-
<h2 class="head-allcaps-4xs
|
29
|
+
<h2 class="head-allcaps-4xs mt-4">
|
30
30
|
{{ include.candidate.city }}
|
31
31
|
</h2>
|
32
32
|
{% endif %}
|
@@ -140,7 +140,7 @@ layout: default
|
|
140
140
|
<div class="candidate-table-row__position head-allcaps-heavy-2xs text-right">{{ candidateRank }}</div>
|
141
141
|
{% include avatar.html class="avatar--sm candidate-table-row__avatar" src=img alt=candidate.name %}
|
142
142
|
<div class="candidate-table-row__name head-heavy-2xs font-bold">{% if candidatePage %}{% include people/fullname.html person=candidatePage plain=true %}{% else %}{{ candidate.name }}{% endif %}</div>
|
143
|
-
<div class="candidate-table-row__bio
|
143
|
+
<div class="candidate-table-row__bio font-condensed">{% if candidate.age %}{{ candidate.age }} let{% endif %}{% if candidate.profession %}{% if candidate.age %}, {% endif %}{{ candidate.profession }}{% endif %}{% if candidate.city %}{% if candidate.profession or candidate.age %}, {% endif %}{{ candidate.city }}{% endif %}</div>
|
144
144
|
{% if candidate.partyUid %}
|
145
145
|
<div class="candidate-table-row__affiliation">
|
146
146
|
{% include party.html uid=candidate.partyUid %}
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-pirati
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.2.
|
4
|
+
version: 8.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jitka Novotná
|
8
8
|
- Filip Vařecha
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-07-
|
12
|
+
date: 2020-07-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '10.0'
|
56
|
-
description:
|
56
|
+
description:
|
57
57
|
email:
|
58
58
|
- jitka@ucw.cz
|
59
59
|
- filip.varecha@pirati.cz
|
@@ -302,7 +302,7 @@ homepage: https://github.com/pirati-web/jekyll-theme-pirati#readme
|
|
302
302
|
licenses:
|
303
303
|
- MIT
|
304
304
|
metadata: {}
|
305
|
-
post_install_message:
|
305
|
+
post_install_message:
|
306
306
|
rdoc_options: []
|
307
307
|
require_paths:
|
308
308
|
- lib
|
@@ -317,9 +317,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
317
317
|
- !ruby/object:Gem::Version
|
318
318
|
version: '0'
|
319
319
|
requirements: []
|
320
|
-
rubyforge_project:
|
320
|
+
rubyforge_project:
|
321
321
|
rubygems_version: 2.7.6
|
322
|
-
signing_key:
|
322
|
+
signing_key:
|
323
323
|
specification_version: 4
|
324
324
|
summary: Basic theme for Czech pirate party
|
325
325
|
test_files: []
|