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.
- checksums.yaml +4 -4
- data/_includes/right-bar/rbar.html +29 -27
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '098d7f56c66c3bd48ad3895ea8b0e07fc9d0653c10d6a3f48ffef8f96aa6aeb9'
|
|
4
|
+
data.tar.gz: a11d9628d7c556b9b2ccb5a1eebe1fcb12ff3645944f168942e4a6f617dd9e54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
{%
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
+
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-
|
|
12
|
+
date: 2018-07-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|