jekyll-theme-pirati 8.2.1 → 8.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c32167790640291278e54020fc67f2b6386fb9805e098438392b80181ba25cd
4
- data.tar.gz: c0bef0a2eac7006ca032b97d5a99576856c878b6738b034437101fa800b699be
3
+ metadata.gz: ccf00c54ea2db27014b1b2bf14d9386166c349d5ea84eedc8e10068fb1bf48f0
4
+ data.tar.gz: a3ddad9539383da92bb9bb6e8597214fc804f9ac0707e8380620c0ab894be455
5
5
  SHA512:
6
- metadata.gz: 4db352d110877719ae4b45cf56453372a0c9dd16bcf92cd00ad009fda2c95e1a87194dec19720dd6492bafda129b0a29adffdf9a6279cd0b75f9ac6c887c8349
7
- data.tar.gz: 431188a4f417ac784e95a0f338668decb1833e9d2a18da713b3db041133991b8bdd7413c6b4d610cdaa309b4f74a8f05bd9bf5a3e35c77e09f82193501998a18
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 font-light mb-4">{{ include.candidatePage.mail }}</a>
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="head-allcaps-4xs md:head-allcaps-3xs">{{ include.candidate.profession }}</h2>
27
+ <h2 class=" candidate-card__bio-item">{{ include.candidate.profession }}</h2>
28
28
  {% if include.candidate.city %}
29
- <h2 class="head-allcaps-4xs md:head-allcaps-3xs">
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 head-allcaps-3xs">{% 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>
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.1
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-22 00:00:00.000000000 Z
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: []