jekyll-theme-pirati 3.2.1 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5fa2d1459119a8ad2ef9070a8e0eea33cc66ef3a7cda1c4e9d0a07d89b8583c
|
4
|
+
data.tar.gz: 1ce0574b65a439981eae302db883141a4e3757bdb3b9c3f2bf444dd61cc6bfee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8db78c4656601e5d64cc2b780d8c9c446253bcf551adbb749d4c17441552af35189d7b251b93d116aad49e4c095d9fa96bcedc56e0523c2a896ac186039bbadd
|
7
|
+
data.tar.gz: ccb6d0cbd552748e18d12b49a1b0fe37a4c18aec336c58f1704c4f80476498e05ffb51de9f51651c401eff8c9b80b6db06344eacac3972bb3477faf9d7229f9f
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<span itemprop="author" itemtype="http://schema.org/Person" class="c-metadata-block-section__item" itemscope="">
|
41
41
|
<i class="fa fa-user" aria-hidden="true"></i>
|
42
42
|
<span itemprop="name">
|
43
|
-
{% include articles/author.html article=
|
43
|
+
{% include articles/author.html article=include.article %}
|
44
44
|
</span>
|
45
45
|
</span>
|
46
46
|
</div>
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<span itemprop="author" itemtype="http://schema.org/Person" class="c-metadata-block-section__item" itemscope="">
|
25
25
|
<i class="fa fa-user" aria-hidden="true"></i>
|
26
26
|
<span itemprop="name">
|
27
|
-
{% include articles/author.html article=
|
27
|
+
{% include articles/author.html article=include.article %}
|
28
28
|
</span>
|
29
29
|
</span>
|
30
30
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<div class="c-program-candidate-badge{% if include.leader %} c-program-candidate-badge--leader{% endif %}">
|
2
|
-
|
2
|
+
{% assign person = site.people | where_exp:"item","item.uid contains include.candidate" | first %}
|
3
|
+
<a class="c-program-candidate-badge__body" href="{{ person.url | relative_url }}">
|
3
4
|
<div class="c-program-candidate-badge__avatar">
|
4
|
-
{% assign person = site.people | where_exp:"item","item.uid contains include.candidate" | first %}
|
5
5
|
<span class="c-program-candidate-badge__rank"><span>{{ include.position }}.</span></span>
|
6
6
|
{% capture img %}{% if person.img %}{% asset '{{ person.img }}' magick:resize='240x240^' magick:gravity='center' magick:crop='240x240+0+0' @path %}{% else %}{{ 'assets/img/people/unknown-pirate.svg' | relative_url }}{% endif %}{% endcapture %}
|
7
7
|
<img src="{{ img }}" alt="{{ include.candidate.fullname }}" class="c-program-candidate-badge__avatar-image">
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-pirati
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jitka Novotná
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-06-
|
12
|
+
date: 2018-06-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|