jekyll-theme-pirati 6.3.1 → 6.4.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/header.html +12 -2
- data/_includes/right-bar/bar_fb.html +19 -18
- 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: 65f046cd8b25b65ce644bcd65fbc394eb907aff9c4a3a74604e23f96d116e744
|
|
4
|
+
data.tar.gz: 8c05bab1a427ab09b9f66b489e489789eaa9c08558e3276a6a3972a9bf1fbbd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00fa85be43158b9a8dcba222370570b5db3ccd541e5f4068cdb43887597bf42e12e41ab7e33337c68e8056937a77c0e5d54e493702fb214044958a6ba5bac5a7
|
|
7
|
+
data.tar.gz: caf7be984adf9061b23f450fdd5d9c092c16432a8ab2883465a55c978822be943c2ece988d991945d1685996d9dac42fcd872affc905b82de35fba2ed2e1c50d
|
data/_includes/header.html
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
<div class="o-section-inner" style="padding: 3px;">
|
|
4
4
|
<div class="medium-12 columns">
|
|
5
5
|
<ul class="c-header-bar-items">
|
|
6
|
+
<li class="c-header-bar__item">
|
|
7
|
+
<a href="{{ '/' | absolute_url }}" rel="noopener noreferrer" target="_blank">
|
|
8
|
+
<span class="c-header-bar__itemDescription">{{ site.organization.name }}</span>
|
|
9
|
+
</a>
|
|
10
|
+
</li>
|
|
11
|
+
</ul>
|
|
12
|
+
|
|
13
|
+
<div class="c-header-bar-divider show-for-medium"></div>
|
|
14
|
+
|
|
15
|
+
<ul class="c-header-bar-items show-for-medium">
|
|
6
16
|
{% if site.facebook.profilePage %}
|
|
7
17
|
<li class="c-header-bar__item c-header-bar__item--smallerSpace">
|
|
8
18
|
<a href="{{ site.facebook.profilePage }}" rel="noopener noreferrer" target="_blank" title="Naše stránka na Facebooku">
|
|
@@ -45,9 +55,9 @@
|
|
|
45
55
|
</li>
|
|
46
56
|
{% endif %}
|
|
47
57
|
</ul>
|
|
48
|
-
<div class="c-header-bar-divider show-for-
|
|
58
|
+
<div class="c-header-bar-divider show-for-large"></div>
|
|
49
59
|
|
|
50
|
-
<ul class="c-header-bar-items show-for-
|
|
60
|
+
<ul class="c-header-bar-items show-for-large">
|
|
51
61
|
{% for item in site.data.menu.top %}
|
|
52
62
|
<li class="c-header-bar__item">
|
|
53
63
|
<a href="{{ item.url }}" rel="noopener noreferrer" target="_blank">
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
<div class="o-section-block show-for-medium">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
2
|
+
<ul class="c-widget-accordion" data-accordion="" data-allow-all-closed="true">
|
|
3
|
+
<li class="c-widget-accordion-item is-active" data-accordion-item="">
|
|
4
|
+
<a href="#" class="c-widget-accordion-link c-widget-accordion-link--fb">
|
|
5
|
+
<span class="c-widget-accordion__title">Facebook</span>
|
|
6
|
+
</a>
|
|
7
|
+
<div class="c-widget-accordion-content" data-tab-content="">
|
|
8
|
+
<div class="fb-page" data-href="{{ site.facebook.profilePage }}" data-tabs="timeline" data-width="500" data-height="550" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
|
|
9
|
+
<div class="fb-xfbml-parse-ignore">
|
|
10
|
+
<blockquote cite="{{ site.facebook.profilePage }}">
|
|
11
|
+
<a href="{{ site.facebook.profilePage }}">
|
|
12
|
+
Najdete nás na Facebooku:<br>
|
|
13
|
+
{% if site.facebook.profilePageName %}{{ site.facebook.profilePageName }}{% else %}{{ site.organization.name }}{% endif %}
|
|
14
|
+
</a>
|
|
15
|
+
</blockquote>
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
19
|
+
</li>
|
|
20
|
+
</ul>
|
|
20
21
|
</div>
|
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: 6.
|
|
4
|
+
version: 6.4.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-08-
|
|
12
|
+
date: 2018-08-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|