jekyll-theme-pirati 4.3.0 → 5.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/right-bar/rbar.html +29 -27
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5d0302152e5555c050365022d9e67d804e55e346607ea512c8490f041938ec9
4
- data.tar.gz: 80e06eb67092b69699c64b963982755bfeb7b6c2f4c0b906164a2d0978864ed2
3
+ metadata.gz: '098d7f56c66c3bd48ad3895ea8b0e07fc9d0653c10d6a3f48ffef8f96aa6aeb9'
4
+ data.tar.gz: a11d9628d7c556b9b2ccb5a1eebe1fcb12ff3645944f168942e4a6f617dd9e54
5
5
  SHA512:
6
- metadata.gz: a77dac7e21ea98855be77380d63fa1a659525afca22c3aee53a7d09ba4b8398e69d282aa66297e9f57d2208223167deb68029b4df1a5cc503b262991f8e3c993
7
- data.tar.gz: f5c693b85a7c492a67c197c58795ba5e56ac2089cc2ea6943616c09d3c4a327168902d08d915c27afe4972b9c03b233527de98356069aa04e0b44621f91b6b8c
6
+ metadata.gz: f88efe2087beeef783b7368e0d59a751dadd7356ecbc2f3c5f7bb9e01a006aafc38f27db8eb8b1a760cdd5bfce39cbb7865c36fda8622ccdcbe15b516554adb3
7
+ data.tar.gz: dbcba5c4aa2b525dd517bc46efc4b49e7dd214abe369863fc87676d1ab9f24a5732b34b2df71d1ea1279a46a170b3f3df5c6454e7232f4ea81f88e3bdedde284
@@ -1,31 +1,33 @@
1
1
  <aside class="o-section">
2
2
  <div class="o-section-inner o-section-inner--rightBlock">
3
- {% if page.rbar contains 'foto' %}
4
- {% include right-bar/bar_foto.html %}
5
- {% endif %}
6
- {% if page.rbar contains 'personContact' %}
7
- {% include right-bar/bar_person_contact.html %}
8
- {% endif %}
9
- {% if page.rbar contains 'garant' %}
10
- {% include right-bar/bar_garant.html %}
11
- {% endif %}
12
- {% if page.rbar contains 'program' %}
13
- {% include right-bar/bar_program.html %}
14
- {% endif %}
15
- {% if page.rbar contains 'cal' and site.calendar %}
16
- {% include right-bar/bar_cal.html %}
17
- {% endif %}
18
- {% if page.rbar contains 'people' %}
19
- {% include right-bar/bar_people.html %}
20
- {% endif %}
21
- {% if page.rbar contains 'video' %}
22
- {% include right-bar/bar_video.html %}
23
- {% endif %}
24
- {% if page.rbar contains 'fb' and site.facebook.profilePage %}
25
- {% include right-bar/bar_fb.html %}
26
- {% endif %}
27
- {% if page.rbar contains 'tw' and site.twitter.profile %}
28
- {% include right-bar/bar_tw.html %}
29
- {% endif %}
3
+ {% for rbar in page.rbar %}
4
+ {% if rbar contains 'foto' %}
5
+ {% include right-bar/bar_foto.html %}
6
+ {% endif %}
7
+ {% if rbar contains 'personContact' %}
8
+ {% include right-bar/bar_person_contact.html %}
9
+ {% endif %}
10
+ {% if rbar contains 'garant' %}
11
+ {% include right-bar/bar_garant.html %}
12
+ {% endif %}
13
+ {% if rbar contains 'program' %}
14
+ {% include right-bar/bar_program.html %}
15
+ {% endif %}
16
+ {% if rbar contains 'cal' and site.calendar %}
17
+ {% include right-bar/bar_cal.html %}
18
+ {% endif %}
19
+ {% if rbar contains 'people' %}
20
+ {% include right-bar/bar_people.html %}
21
+ {% endif %}
22
+ {% if rbar contains 'video' %}
23
+ {% include right-bar/bar_video.html %}
24
+ {% endif %}
25
+ {% if rbar contains 'fb' and site.facebook.profilePage %}
26
+ {% include right-bar/bar_fb.html %}
27
+ {% endif %}
28
+ {% if rbar contains 'tw' and site.twitter.profile %}
29
+ {% include right-bar/bar_tw.html %}
30
+ {% endif %}
31
+ {% endfor %}
30
32
  </div>
31
33
  </aside>
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: 4.3.0
4
+ version: 5.0.0
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-07-05 00:00:00.000000000 Z
12
+ date: 2018-07-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll